Html Css Color HEX #0C92E7 Dodger Blue

📋 copy color: '#0C92E7'

red 12 ◦ green 146 ◦ blue 231

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

Shades of Dodger Blue #0C92E7

Tints of Dodger Blue #0C92E7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 231 (90.63% from 255) = 59.38%

R = 3.08%
G = 37.53%
B = 59.38%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0C92E7 (or 0x0C92E7) is known color: Dodger Blue. HEX triplet: 0C, 92 and E7. RGB value is (12,146,231). Sum of RGB (Red+Green+Blue) = 12+146+231=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 231 (90.62% from 255 or 59.38% from 389); Max value from RGB is 231 - color contains mainly: blue. Hex color #0C92E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C92E7 is #F36D18. Grayscale: #737373. Windows color (decimal): -15953177 or 15176204. OLE color: 15176204.

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

Color convert

RGB 12 146 231 -
CMYK 0.95 0.37 0 0.09
HSL 203.29º 0.9% 0.48% -
HSV(B) 203.29º 0.95% 0.91% -
XYZ 24.85 26.41 79.39 -
YUV 115.62 193.11 54.09 -
System Red Green Blue C M Y K H S L
Decimal 12 146 231 0.95 0.37 0 0.09 203.29 0.9 0.48
Hex C 92 E7 5F 25 0 9 CB 5A 30
Octal 14 222 347 137 45 0 11 313 132 60
Binary 1100 10010010 11100111 1011111 100101 0 1001 11001011 1011010 110000

Color Harmonies of #0C92E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C92E7

Black with #0C92E7

Text Example


Text Example

White with #0C92E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,146,231); }

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

background-color css

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

 a { background-color: rgb(12,146,231); }

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

border-color css

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

 span { border-color: rgb(12,146,231); }

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