Html Css Color HEX #2A76F2 Dodger Blue

📋 copy color: '#2A76F2'

red 42 ◦ green 118 ◦ blue 242

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

Shades of Dodger Blue #2A76F2

Tints of Dodger Blue #2A76F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.35%

 BLUE value IS 242 (94.92% from 255) = 60.2%

R = 10.45%
G = 29.35%
B = 60.2%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2A76F2 (or 0x2A76F2) is known color: Dodger Blue. HEX triplet: 2A, 76 and F2. RGB value is (42,118,242). Sum of RGB (Red+Green+Blue) = 42+118+242=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 242 (94.92% from 255 or 60.20% from 402); Max value from RGB is 242 - color contains mainly: blue. Hex color #2A76F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A76F2 is #D5890D. Grayscale: #6C6C6C. Windows color (decimal): -13994254 or 15889962. OLE color: 15889962.

HSL color Cylindrical-coordinate representation of color #2A76F2: hue angle of 217.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A76F2 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 42 118 242 -
CMYK 0.83 0.51 0 0.05
HSL 217.2º 0.88% 0.56% -
HSV(B) 217.2º 0.83% 0.95% -
XYZ 23.46 19.86 86.6 -
YUV 109.41 202.82 79.92 -
System Red Green Blue C M Y K H S L
Decimal 42 118 242 0.83 0.51 0 0.05 217.2 0.88 0.56
Hex 2A 76 F2 53 33 0 5 D9 58 38
Octal 52 166 362 123 63 0 5 331 130 70
Binary 101010 1110110 11110010 1010011 110011 0 101 11011001 1011000 111000

Color Harmonies of #2A76F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A76F2

Black with #2A76F2

Text Example


Text Example

White with #2A76F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,118,242); }

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

background-color css

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

 a { background-color: rgb(42,118,242); }

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

border-color css

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

 span { border-color: rgb(42,118,242); }

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