Html Css Color HEX #0C94EA Dodger Blue

📋 copy color: '#0C94EA'

red 12 ◦ green 148 ◦ blue 234

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

Shades of Dodger Blue #0C94EA

Tints of Dodger Blue #0C94EA

RGB

 RED value IS 12 (5.08% from 255) = 3.05%

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 234 (91.8% from 255) = 59.39%

R = 3.05%
G = 37.56%
B = 59.39%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C94EA (or 0x0C94EA) is known color: Dodger Blue. HEX triplet: 0C, 94 and EA. RGB value is (12,148,234). Sum of RGB (Red+Green+Blue) = 12+148+234=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C94EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C94EA is #F36B15. Grayscale: #747474. Windows color (decimal): -15952662 or 15373324. OLE color: 15373324.

HSL color Cylindrical-coordinate representation of color #0C94EA: hue angle of 203.24º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C94EA is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 148 234 -
CMYK 0.95 0.37 0 0.08
HSL 203.24º 0.9% 0.48% -
HSV(B) 203.24º 0.95% 0.92% -
XYZ 25.59 27.2 81.74 -
YUV 117.14 193.94 53.01 -
System Red Green Blue C M Y K H S L
Decimal 12 148 234 0.95 0.37 0 0.08 203.24 0.9 0.48
Hex C 94 EA 5F 25 0 8 CB 5A 30
Octal 14 224 352 137 45 0 10 313 132 60
Binary 1100 10010100 11101010 1011111 100101 0 1000 11001011 1011010 110000

Color Harmonies of #0C94EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C94EA

Black with #0C94EA

Text Example


Text Example

White with #0C94EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,148,234); }

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

background-color css

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

 a { background-color: rgb(12,148,234); }

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

border-color css

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

 span { border-color: rgb(12,148,234); }

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