Html Css Color HEX #0F9CE6 Dodger Blue

📋 copy color: '#0F9CE6'

red 15 ◦ green 156 ◦ blue 230

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

Shades of Dodger Blue #0F9CE6

Tints of Dodger Blue #0F9CE6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 230 (90.23% from 255) = 57.36%

R = 3.74%
G = 38.9%
B = 57.36%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0F9CE6 (or 0x0F9CE6) is known color: Dodger Blue. HEX triplet: 0F, 9C and E6. RGB value is (15,156,230). Sum of RGB (Red+Green+Blue) = 15+156+230=401 (53% of max value = 765). Red value is 15 (6.25% from 255 or 3.74% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 230 (90.23% from 255 or 57.36% from 401); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F9CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0F9CE6 is #F06319. Grayscale: #797979. Windows color (decimal): -15754010 or 15113231. OLE color: 15113231.

HSL color Cylindrical-coordinate representation of color #0F9CE6: hue angle of 200.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9CE6 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 15 156 230 -
CMYK 0.93 0.32 0 0.10
HSL 200.65º 0.88% 0.48% -
HSV(B) 200.65º 0.93% 0.9% -
XYZ 26.37 29.59 79.18 -
YUV 122.28 188.79 51.48 -
System Red Green Blue C M Y K H S L
Decimal 15 156 230 0.93 0.32 0 0.10 200.65 0.88 0.48
Hex F 9C E6 5D 20 0 A C9 58 30
Octal 17 234 346 135 40 0 12 311 130 60
Binary 1111 10011100 11100110 1011101 100000 0 1010 11001001 1011000 110000

Color Harmonies of #0F9CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9CE6

Black with #0F9CE6

Text Example


Text Example

White with #0F9CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,156,230); }

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

background-color css

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

 a { background-color: rgb(15,156,230); }

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

border-color css

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

 span { border-color: rgb(15,156,230); }

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