Html Css Color HEX #0C6EFF Dodger Blue

📋 copy color: '#0C6EFF'

red 12 ◦ green 110 ◦ blue 255

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

Shades of Dodger Blue #0C6EFF

Tints of Dodger Blue #0C6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.18%

 BLUE value IS 255 (100% from 255) = 67.64%

R = 3.18%
G = 29.18%
B = 67.64%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0C6EFF (or 0x0C6EFF) is known color: Dodger Blue. HEX triplet: 0C, 6E and FF. RGB value is (12,110,255). Sum of RGB (Red+Green+Blue) = 12+110+255=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C6EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6EFF is #F39100. Grayscale: #606060. Windows color (decimal): -15962369 or 16739852. OLE color: 16739852.

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

Color convert

RGB 12 110 255 -
CMYK 0.95 0.57 0 0
HSL 215.8º 1% 0.52% -
HSV(B) 215.8º 0.95% 1% -
XYZ 23.78 18.45 96.92 -
YUV 97.23 217.03 67.21 -
System Red Green Blue C M Y K H S L
Decimal 12 110 255 0.95 0.57 0 0 215.8 1 0.52
Hex C 6E FF 5F 39 0 0 D8 64 34
Octal 14 156 377 137 71 0 0 330 144 64
Binary 1100 1101110 11111111 1011111 111001 0 0 11011000 1100100 110100

Color Harmonies of #0C6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6EFF

Black with #0C6EFF

Text Example


Text Example

White with #0C6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,110,255); }

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

background-color css

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

 a { background-color: rgb(12,110,255); }

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

border-color css

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

 span { border-color: rgb(12,110,255); }

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