Html Css Color HEX #0C6BFF Dodger Blue

📋 copy color: '#0C6BFF'

red 12 ◦ green 107 ◦ blue 255

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

Shades of Dodger Blue #0C6BFF

Tints of Dodger Blue #0C6BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

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

R = 3.21%
G = 28.61%
B = 68.18%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0C6BFF (or 0x0C6BFF) is known color: Dodger Blue. HEX triplet: 0C, 6B and FF. RGB value is (12,107,255). Sum of RGB (Red+Green+Blue) = 12+107+255=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C6BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6BFF is #F39400. Grayscale: #5E5E5E. Windows color (decimal): -15963137 or 16739084. OLE color: 16739084.

HSL color Cylindrical-coordinate representation of color #0C6BFF: hue angle of 216.54º 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 #0C6BFF is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 12 107 255 -
CMYK 0.95 0.58 0 0
HSL 216.54º 1% 0.52% -
HSV(B) 216.54º 0.95% 1% -
XYZ 23.46 17.81 96.81 -
YUV 95.47 218.03 68.47 -
System Red Green Blue C M Y K H S L
Decimal 12 107 255 0.95 0.58 0 0 216.54 1 0.52
Hex C 6B FF 5F 3A 0 0 D9 64 34
Octal 14 153 377 137 72 0 0 331 144 64
Binary 1100 1101011 11111111 1011111 111010 0 0 11011001 1100100 110100

Color Harmonies of #0C6BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6BFF

Black with #0C6BFF

Text Example


Text Example

White with #0C6BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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