Html Css Color HEX #0C79FC Dodger Blue

📋 copy color: '#0C79FC'

red 12 ◦ green 121 ◦ blue 252

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

Shades of Dodger Blue #0C79FC

Tints of Dodger Blue #0C79FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 65.45%

R = 3.12%
G = 31.43%
B = 65.45%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0C79FC (or 0x0C79FC) is known color: Dodger Blue. HEX triplet: 0C, 79 and FC. RGB value is (12,121,252). Sum of RGB (Red+Green+Blue) = 12+121+252=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C79FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C79FC is #F38603. Grayscale: #666666. Windows color (decimal): -15959556 or 16546060. OLE color: 16546060.

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

Color convert

RGB 12 121 252 -
CMYK 0.95 0.52 0 0.01
HSL 212.75º 0.98% 0.52% -
HSV(B) 212.75º 0.95% 0.99% -
XYZ 24.56 20.78 94.81 -
YUV 103.34 211.89 62.85 -
System Red Green Blue C M Y K H S L
Decimal 12 121 252 0.95 0.52 0 0.01 212.75 0.98 0.52
Hex C 79 FC 5F 34 0 1 D5 62 34
Octal 14 171 374 137 64 0 1 325 142 64
Binary 1100 1111001 11111100 1011111 110100 0 1 11010101 1100010 110100

Color Harmonies of #0C79FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C79FC

Black with #0C79FC

Text Example


Text Example

White with #0C79FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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