Html Css Color HEX #0C6AFA Dodger Blue

📋 copy color: '#0C6AFA'

red 12 ◦ green 106 ◦ blue 250

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

Shades of Dodger Blue #0C6AFA

Tints of Dodger Blue #0C6AFA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 3.26%
G = 28.8%
B = 67.93%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C6AFA (or 0x0C6AFA) is known color: Dodger Blue. HEX triplet: 0C, 6A and FA. RGB value is (12,106,250). Sum of RGB (Red+Green+Blue) = 12+106+250=368 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.26% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C6AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6AFA is #F39505. Grayscale: #5D5D5D. Windows color (decimal): -15963398 or 16411148. OLE color: 16411148.

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

Color convert

RGB 12 106 250 -
CMYK 0.95 0.58 0 0.02
HSL 216.3º 0.96% 0.51% -
HSV(B) 216.3º 0.95% 0.98% -
XYZ 22.56 17.29 92.59 -
YUV 94.31 215.86 69.29 -
System Red Green Blue C M Y K H S L
Decimal 12 106 250 0.95 0.58 0 0.02 216.3 0.96 0.51
Hex C 6A FA 5F 3A 0 2 D8 60 33
Octal 14 152 372 137 72 0 2 330 140 63
Binary 1100 1101010 11111010 1011111 111010 0 10 11011000 1100000 110011

Color Harmonies of #0C6AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6AFA

Black with #0C6AFA

Text Example


Text Example

White with #0C6AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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