Html Css Color HEX #2A72FA Dodger Blue

📋 copy color: '#2A72FA'

red 42 ◦ green 114 ◦ blue 250

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

Shades of Dodger Blue #2A72FA

Tints of Dodger Blue #2A72FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.08%

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

R = 10.34%
G = 28.08%
B = 61.58%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2A72FA (or 0x2A72FA) is known color: Dodger Blue. HEX triplet: 2A, 72 and FA. RGB value is (42,114,250). Sum of RGB (Red+Green+Blue) = 42+114+250=406 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.34% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #2A72FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A72FA is #D58D05. Grayscale: #6B6B6B. Windows color (decimal): -13995270 or 16413226. OLE color: 16413226.

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

Color convert

RGB 42 114 250 -
CMYK 0.83 0.54 0 0.02
HSL 219.23º 0.95% 0.57% -
HSV(B) 219.23º 0.83% 0.98% -
XYZ 24.23 19.43 92.92 -
YUV 107.98 208.15 80.94 -
System Red Green Blue C M Y K H S L
Decimal 42 114 250 0.83 0.54 0 0.02 219.23 0.95 0.57
Hex 2A 72 FA 53 36 0 2 DB 5F 39
Octal 52 162 372 123 66 0 2 333 137 71
Binary 101010 1110010 11111010 1010011 110110 0 10 11011011 1011111 111001

Color Harmonies of #2A72FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A72FA

Black with #2A72FA

Text Example


Text Example

White with #2A72FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,114,250); }

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

background-color css

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

 a { background-color: rgb(42,114,250); }

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

border-color css

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

 span { border-color: rgb(42,114,250); }

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