Html Css Color HEX #0C6EFA Dodger Blue

📋 copy color: '#0C6EFA'

red 12 ◦ green 110 ◦ blue 250

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

Shades of Dodger Blue #0C6EFA

Tints of Dodger Blue #0C6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.57%

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

R = 3.23%
G = 29.57%
B = 67.2%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C6EFA (or 0x0C6EFA) is known color: Dodger Blue. HEX triplet: 0C, 6E and FA. RGB value is (12,110,250). Sum of RGB (Red+Green+Blue) = 12+110+250=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C6EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6EFA is #F39105. Grayscale: #5F5F5F. Windows color (decimal): -15962374 or 16412172. OLE color: 16412172.

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

Color convert

RGB 12 110 250 -
CMYK 0.95 0.56 0 0.02
HSL 215.29º 0.96% 0.51% -
HSV(B) 215.29º 0.95% 0.98% -
XYZ 22.98 18.13 92.73 -
YUV 96.66 214.53 67.62 -
System Red Green Blue C M Y K H S L
Decimal 12 110 250 0.95 0.56 0 0.02 215.29 0.96 0.51
Hex C 6E FA 5F 38 0 2 D7 60 33
Octal 14 156 372 137 70 0 2 327 140 63
Binary 1100 1101110 11111010 1011111 111000 0 10 11010111 1100000 110011

Color Harmonies of #0C6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6EFA

Black with #0C6EFA

Text Example


Text Example

White with #0C6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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