Html Css Color HEX #2C79FA Dodger Blue

📋 copy color: '#2C79FA'

red 44 ◦ green 121 ◦ blue 250

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

Shades of Dodger Blue #2C79FA

Tints of Dodger Blue #2C79FA

RGB

 RED value IS 44 (17.58% from 255) = 10.6%

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

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

R = 10.6%
G = 29.16%
B = 60.24%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2C79FA (or 0x2C79FA) is known color: Dodger Blue. HEX triplet: 2C, 79 and FA. RGB value is (44,121,250). Sum of RGB (Red+Green+Blue) = 44+121+250=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C79FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C79FA is #D38605. Grayscale: #707070. Windows color (decimal): -13862406 or 16415020. OLE color: 16415020.

HSL color Cylindrical-coordinate representation of color #2C79FA: hue angle of 217.57º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C79FA is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 44 121 250 -
CMYK 0.82 0.52 0 0.02
HSL 217.57º 0.95% 0.58% -
HSV(B) 217.57º 0.82% 0.98% -
XYZ 25.13 21.11 93.19 -
YUV 112.68 205.49 79.01 -
System Red Green Blue C M Y K H S L
Decimal 44 121 250 0.82 0.52 0 0.02 217.57 0.95 0.58
Hex 2C 79 FA 52 34 0 2 DA 5F 3A
Octal 54 171 372 122 64 0 2 332 137 72
Binary 101100 1111001 11111010 1010010 110100 0 10 11011010 1011111 111010

Color Harmonies of #2C79FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C79FA

Black with #2C79FA

Text Example


Text Example

White with #2C79FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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