Html Css Color HEX #0C6DFD Dodger Blue

📋 copy color: '#0C6DFD'

red 12 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #0C6DFD

Tints of Dodger Blue #0C6DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.65%

R = 3.21%
G = 29.14%
B = 67.65%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0C6DFD (or 0x0C6DFD) is known color: Dodger Blue. HEX triplet: 0C, 6D and FD. RGB value is (12,109,253). Sum of RGB (Red+Green+Blue) = 12+109+253=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C6DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6DFD is #F39202. Grayscale: #5F5F5F. Windows color (decimal): -15962627 or 16608524. OLE color: 16608524.

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

Color convert

RGB 12 109 253 -
CMYK 0.95 0.57 0 0.01
HSL 215.85º 0.98% 0.52% -
HSV(B) 215.85º 0.95% 0.99% -
XYZ 23.35 18.11 95.19 -
YUV 96.41 216.36 67.79 -
System Red Green Blue C M Y K H S L
Decimal 12 109 253 0.95 0.57 0 0.01 215.85 0.98 0.52
Hex C 6D FD 5F 39 0 1 D8 62 34
Octal 14 155 375 137 71 0 1 330 142 64
Binary 1100 1101101 11111101 1011111 111001 0 1 11011000 1100010 110100

Color Harmonies of #0C6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6DFD

Black with #0C6DFD

Text Example


Text Example

White with #0C6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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