Html Css Color HEX #0F6DFC Dodger Blue

📋 copy color: '#0F6DFC'

red 15 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #0F6DFC

Tints of Dodger Blue #0F6DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 252 (98.83% from 255) = 67.02%

R = 3.99%
G = 28.99%
B = 67.02%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0F6DFC (or 0x0F6DFC) is known color: Dodger Blue. HEX triplet: 0F, 6D and FC. RGB value is (15,109,252). Sum of RGB (Red+Green+Blue) = 15+109+252=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 252 (98.83% from 255 or 67.02% from 376); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F6DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F6DFC is #F09203. Grayscale: #606060. Windows color (decimal): -15766020 or 16542991. OLE color: 16542991.

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

Color convert

RGB 15 109 252 -
CMYK 0.94 0.57 0 0.01
HSL 216.2º 0.98% 0.52% -
HSV(B) 216.2º 0.94% 0.99% -
XYZ 23.24 18.07 94.36 -
YUV 97.2 215.36 69.37 -
System Red Green Blue C M Y K H S L
Decimal 15 109 252 0.94 0.57 0 0.01 216.2 0.98 0.52
Hex F 6D FC 5E 39 0 1 D8 62 34
Octal 17 155 374 136 71 0 1 330 142 64
Binary 1111 1101101 11111100 1011110 111001 0 1 11011000 1100010 110100

Color Harmonies of #0F6DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6DFC

Black with #0F6DFC

Text Example


Text Example

White with #0F6DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,109,252); }

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

background-color css

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

 a { background-color: rgb(15,109,252); }

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

border-color css

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

 span { border-color: rgb(15,109,252); }

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