Html Css Color HEX #0C79FA Dodger Blue

📋 copy color: '#0C79FA'

red 12 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #0C79FA

Tints of Dodger Blue #0C79FA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

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

R = 3.13%
G = 31.59%
B = 65.27%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0C79FA (or 0x0C79FA) is known color: Dodger Blue. HEX triplet: 0C, 79 and FA. RGB value is (12,121,250). Sum of RGB (Red+Green+Blue) = 12+121+250=383 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.13% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 250 (98.05% from 255 or 65.27% from 383); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C79FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C79FA is #F38605. Grayscale: #666666. Windows color (decimal): -15959558 or 16414988. OLE color: 16414988.

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

Color convert

RGB 12 121 250 -
CMYK 0.95 0.52 0 0.02
HSL 212.52º 0.96% 0.51% -
HSV(B) 212.52º 0.95% 0.98% -
XYZ 24.24 20.66 93.15 -
YUV 103.12 210.89 63.01 -
System Red Green Blue C M Y K H S L
Decimal 12 121 250 0.95 0.52 0 0.02 212.52 0.96 0.51
Hex C 79 FA 5F 34 0 2 D5 60 33
Octal 14 171 372 137 64 0 2 325 140 63
Binary 1100 1111001 11111010 1011111 110100 0 10 11010101 1100000 110011

Color Harmonies of #0C79FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79FA

Black with #0C79FA

Text Example


Text Example

White with #0C79FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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