Html Css Color HEX #0C6DFE Dodger Blue

📋 copy color: '#0C6DFE'

red 12 ◦ green 109 ◦ blue 254

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

Shades of Dodger Blue #0C6DFE

Tints of Dodger Blue #0C6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 3.2%
G = 29.07%
B = 67.73%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C6DFE (or 0x0C6DFE) is known color: Dodger Blue. HEX triplet: 0C, 6D and FE. RGB value is (12,109,254). Sum of RGB (Red+Green+Blue) = 12+109+254=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C6DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6DFE is #F39201. Grayscale: #5F5F5F. Windows color (decimal): -15962626 or 16674060. OLE color: 16674060.

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

Color convert

RGB 12 109 254 -
CMYK 0.95 0.57 0 0.00
HSL 215.95º 0.99% 0.52% -
HSV(B) 215.95º 0.95% 1% -
XYZ 23.51 18.17 96.03 -
YUV 96.53 216.86 67.71 -
System Red Green Blue C M Y K H S L
Decimal 12 109 254 0.95 0.57 0 0.00 215.95 0.99 0.52
Hex C 6D FE 5F 39 0 0 D8 63 34
Octal 14 155 376 137 71 0 0 330 143 64
Binary 1100 1101101 11111110 1011111 111001 0 0 11011000 1100011 110100

Color Harmonies of #0C6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6DFE

Black with #0C6DFE

Text Example


Text Example

White with #0C6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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