Html Css Color HEX #0C94FE Dodger Blue

📋 copy color: '#0C94FE'

red 12 ◦ green 148 ◦ blue 254

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

Shades of Dodger Blue #0C94FE

Tints of Dodger Blue #0C94FE

RGB

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

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

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

R = 2.9%
G = 35.75%
B = 61.35%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C94FE (or 0x0C94FE) is known color: Dodger Blue. HEX triplet: 0C, 94 and FE. RGB value is (12,148,254). Sum of RGB (Red+Green+Blue) = 12+148+254=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C94FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C94FE is #F36B01. Grayscale: #767676. Windows color (decimal): -15952642 or 16684044. OLE color: 16684044.

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

Color convert

RGB 12 148 254 -
CMYK 0.95 0.42 0 0.00
HSL 206.28º 0.99% 0.52% -
HSV(B) 206.28º 0.95% 1% -
XYZ 28.63 28.41 97.74 -
YUV 119.42 203.94 51.38 -
System Red Green Blue C M Y K H S L
Decimal 12 148 254 0.95 0.42 0 0.00 206.28 0.99 0.52
Hex C 94 FE 5F 2A 0 0 CE 63 34
Octal 14 224 376 137 52 0 0 316 143 64
Binary 1100 10010100 11111110 1011111 101010 0 0 11001110 1100011 110100

Color Harmonies of #0C94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C94FE

Black with #0C94FE

Text Example


Text Example

White with #0C94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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