Html Css Color HEX #2C77FA Dodger Blue

📋 copy color: '#2C77FA'

red 44 ◦ green 119 ◦ blue 250

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

Shades of Dodger Blue #2C77FA

Tints of Dodger Blue #2C77FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

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

R = 10.65%
G = 28.81%
B = 60.53%

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

#2C77FA (or 0x2C77FA) is known color: Dodger Blue. HEX triplet: 2C, 77 and FA. RGB value is (44,119,250). Sum of RGB (Red+Green+Blue) = 44+119+250=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C77FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C77FA is #D38805. Grayscale: #6E6E6E. Windows color (decimal): -13862918 or 16414508. OLE color: 16414508.

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

Color convert

RGB 44 119 250 -
CMYK 0.82 0.52 0 0.02
HSL 218.16º 0.95% 0.58% -
HSV(B) 218.16º 0.82% 0.98% -
XYZ 24.89 20.63 93.11 -
YUV 111.51 206.15 79.85 -
System Red Green Blue C M Y K H S L
Decimal 44 119 250 0.82 0.52 0 0.02 218.16 0.95 0.58
Hex 2C 77 FA 52 34 0 2 DA 5F 3A
Octal 54 167 372 122 64 0 2 332 137 72
Binary 101100 1110111 11111010 1010010 110100 0 10 11011010 1011111 111010

Color Harmonies of #2C77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C77FA

Black with #2C77FA

Text Example


Text Example

White with #2C77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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