Html Css Color HEX #0F0AFD Blue

📋 copy color: '#0F0AFD'

red 15 ◦ green 10 ◦ blue 253

#0F0AFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #0F0AFD

Tints of Blue #0F0AFD

RGB

 RED value IS 15 (6.25% from 255) = 5.4%

 GREEN value IS 10 (4.3% from 255) = 3.6%

 BLUE value IS 253 (99.22% from 255) = 91.01%

R = 5.4%
G = 3.6%
B = 91.01%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F0AFD (or 0x0F0AFD) is known color: Blue. HEX triplet: 0F, 0A and FD. RGB value is (15,10,253). Sum of RGB (Red+Green+Blue) = 15+10+253=278 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.40% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 253 (99.22% from 255 or 91.01% from 278); Max value from RGB is 253 - color contains mainly: blue. Hex color #0F0AFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0AFD is #F0F502. Grayscale: #262626. Windows color (decimal): -15791363 or 16583183. OLE color: 16583183.

HSL color Cylindrical-coordinate representation of color #0F0AFD: hue angle of 241.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0AFD is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 10 253 -
CMYK 0.94 0.96 0 0.01
HSL 241.23º 0.98% 0.52% -
HSV(B) 241.23º 0.96% 0.99% -
XYZ 18.04 7.41 93.41 -
YUV 39.2 248.66 110.74 -
System Red Green Blue C M Y K H S L
Decimal 15 10 253 0.94 0.96 0 0.01 241.23 0.98 0.52
Hex F A FD 5E 60 0 1 F1 62 34
Octal 17 12 375 136 140 0 1 361 142 64
Binary 1111 1010 11111101 1011110 1100000 0 1 11110001 1100010 110100

Color Harmonies of #0F0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0AFD

Black with #0F0AFD

Text Example


Text Example

White with #0F0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F0AFD; }

 p { color: rgb(15,10,253); }

 H1.HeaderClassName
 {
   color: #0F0AFD;
 }
 .AnyTagClassName
 {
   color: #0F0AFD;
 }
</style>

background-color css

<style>
 a { background-color: #0F0AFD; }

 a { background-color: rgb(15,10,253); }

 div.DivClassName
 {
   background-color: #0F0AFD;
 }
 .BgClassName
 {
   background-color: #0F0AFD;
 }
</style>

border-color css

<style>
 span { border-color: #0F0AFD; }

 span { border-color: rgb(15,10,253); }

 td.TdClassName
 {
   border-color: #0F0AFD;
 }
 .TagClassName
 {
   border-color: #0F0AFD;
 }
</style>