Html Css Color HEX #0C6CFA Dodger Blue

📋 copy color: '#0C6CFA'

red 12 ◦ green 108 ◦ blue 250

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

Shades of Dodger Blue #0C6CFA

Tints of Dodger Blue #0C6CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.57%

R = 3.24%
G = 29.19%
B = 67.57%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C6CFA (or 0x0C6CFA) is known color: Dodger Blue. HEX triplet: 0C, 6C and FA. RGB value is (12,108,250). Sum of RGB (Red+Green+Blue) = 12+108+250=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C6CFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6CFA is #F39305. Grayscale: #5E5E5E. Windows color (decimal): -15962886 or 16411660. OLE color: 16411660.

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

Color convert

RGB 12 108 250 -
CMYK 0.95 0.57 0 0.02
HSL 215.8º 0.96% 0.51% -
HSV(B) 215.8º 0.95% 0.98% -
XYZ 22.77 17.71 92.66 -
YUV 95.48 215.2 68.45 -
System Red Green Blue C M Y K H S L
Decimal 12 108 250 0.95 0.57 0 0.02 215.8 0.96 0.51
Hex C 6C FA 5F 39 0 2 D8 60 33
Octal 14 154 372 137 71 0 2 330 140 63
Binary 1100 1101100 11111010 1011111 111001 0 10 11011000 1100000 110011

Color Harmonies of #0C6CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CFA

Black with #0C6CFA

Text Example


Text Example

White with #0C6CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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