Html Css Color HEX #0C6CFE Dodger Blue

📋 copy color: '#0C6CFE'

red 12 ◦ green 108 ◦ blue 254

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

Shades of Dodger Blue #0C6CFE

Tints of Dodger Blue #0C6CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

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

R = 3.21%
G = 28.88%
B = 67.91%

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

#0C6CFE (or 0x0C6CFE) is known color: Dodger Blue. HEX triplet: 0C, 6C and FE. RGB value is (12,108,254). Sum of RGB (Red+Green+Blue) = 12+108+254=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C6CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6CFE is #F39301. Grayscale: #5F5F5F. Windows color (decimal): -15962882 or 16673804. OLE color: 16673804.

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

Color convert

RGB 12 108 254 -
CMYK 0.95 0.57 0 0.00
HSL 216.2º 0.99% 0.52% -
HSV(B) 216.2º 0.95% 1% -
XYZ 23.4 17.96 96 -
YUV 95.94 217.2 68.13 -
System Red Green Blue C M Y K H S L
Decimal 12 108 254 0.95 0.57 0 0.00 216.2 0.99 0.52
Hex C 6C FE 5F 39 0 0 D8 63 34
Octal 14 154 376 137 71 0 0 330 143 64
Binary 1100 1101100 11111110 1011111 111001 0 0 11011000 1100011 110100

Color Harmonies of #0C6CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CFE

Black with #0C6CFE

Text Example


Text Example

White with #0C6CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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