Html Css Color HEX #0F6AFE Dodger Blue

📋 copy color: '#0F6AFE'

red 15 ◦ green 106 ◦ blue 254

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

Shades of Dodger Blue #0F6AFE

Tints of Dodger Blue #0F6AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.27%

 BLUE value IS 254 (99.61% from 255) = 67.73%

R = 4%
G = 28.27%
B = 67.73%

CMYK

 C value IS 0.94

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0F6AFE (or 0x0F6AFE) is known color: Dodger Blue. HEX triplet: 0F, 6A and FE. RGB value is (15,106,254). Sum of RGB (Red+Green+Blue) = 15+106+254=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F6AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6AFE is #F09501. Grayscale: #5E5E5E. Windows color (decimal): -15766786 or 16673295. OLE color: 16673295.

HSL color Cylindrical-coordinate representation of color #0F6AFE: hue angle of 217.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F6AFE is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 15 106 254 -
CMYK 0.94 0.58 0 0.00
HSL 217.15º 0.99% 0.53% -
HSV(B) 217.15º 0.94% 1% -
XYZ 23.24 17.57 95.93 -
YUV 95.66 217.35 70.47 -
System Red Green Blue C M Y K H S L
Decimal 15 106 254 0.94 0.58 0 0.00 217.15 0.99 0.53
Hex F 6A FE 5E 3A 0 0 D9 63 35
Octal 17 152 376 136 72 0 0 331 143 65
Binary 1111 1101010 11111110 1011110 111010 0 0 11011001 1100011 110101

Color Harmonies of #0F6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6AFE

Black with #0F6AFE

Text Example


Text Example

White with #0F6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,106,254); }

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

background-color css

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

 a { background-color: rgb(15,106,254); }

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

border-color css

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

 span { border-color: rgb(15,106,254); }

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