Html Css Color HEX #0C92FB Dodger Blue

📋 copy color: '#0C92FB'

red 12 ◦ green 146 ◦ blue 251

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

Shades of Dodger Blue #0C92FB

Tints of Dodger Blue #0C92FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.37%

R = 2.93%
G = 35.7%
B = 61.37%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C92FB (or 0x0C92FB) is known color: Dodger Blue. HEX triplet: 0C, 92 and FB. RGB value is (12,146,251). Sum of RGB (Red+Green+Blue) = 12+146+251=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 251 (98.44% from 255 or 61.37% from 409); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C92FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C92FB is #F36D04. Grayscale: #757575. Windows color (decimal): -15953157 or 16486924. OLE color: 16486924.

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

Color convert

RGB 12 146 251 -
CMYK 0.95 0.42 0 0.02
HSL 206.36º 0.97% 0.52% -
HSV(B) 206.36º 0.95% 0.98% -
XYZ 27.84 27.6 95.13 -
YUV 117.9 203.11 52.46 -
System Red Green Blue C M Y K H S L
Decimal 12 146 251 0.95 0.42 0 0.02 206.36 0.97 0.52
Hex C 92 FB 5F 2A 0 2 CE 61 34
Octal 14 222 373 137 52 0 2 316 141 64
Binary 1100 10010010 11111011 1011111 101010 0 10 11001110 1100001 110100

Color Harmonies of #0C92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C92FB

Black with #0C92FB

Text Example


Text Example

White with #0C92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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