Html Css Color HEX #2A77FD Dodger Blue

📋 copy color: '#2A77FD'

red 42 ◦ green 119 ◦ blue 253

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

Shades of Dodger Blue #2A77FD

Tints of Dodger Blue #2A77FD

RGB

 RED value IS 42 (16.8% from 255) = 10.14%

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 10.14%
G = 28.74%
B = 61.11%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2A77FD (or 0x2A77FD) is known color: Dodger Blue. HEX triplet: 2A, 77 and FD. RGB value is (42,119,253). Sum of RGB (Red+Green+Blue) = 42+119+253=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A77FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A77FD is #D58802. Grayscale: #6E6E6E. Windows color (decimal): -13993987 or 16611114. OLE color: 16611114.

HSL color Cylindrical-coordinate representation of color #2A77FD: hue angle of 218.1º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A77FD is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 42 119 253 -
CMYK 0.83 0.53 0 0.01
HSL 218.1º 0.98% 0.58% -
HSV(B) 218.1º 0.83% 0.99% -
XYZ 25.28 20.78 95.61 -
YUV 111.25 207.99 78.6 -
System Red Green Blue C M Y K H S L
Decimal 42 119 253 0.83 0.53 0 0.01 218.1 0.98 0.58
Hex 2A 77 FD 53 35 0 1 DA 62 3A
Octal 52 167 375 123 65 0 1 332 142 72
Binary 101010 1110111 11111101 1010011 110101 0 1 11011010 1100010 111010

Color Harmonies of #2A77FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A77FD

Black with #2A77FD

Text Example


Text Example

White with #2A77FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,119,253); }

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

background-color css

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

 a { background-color: rgb(42,119,253); }

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

border-color css

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

 span { border-color: rgb(42,119,253); }

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