Html Css Color HEX #2D7AFA Dodger Blue

📋 copy color: '#2D7AFA'

red 45 ◦ green 122 ◦ blue 250

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

Shades of Dodger Blue #2D7AFA

Tints of Dodger Blue #2D7AFA

RGB

 RED value IS 45 (17.97% from 255) = 10.79%

 GREEN value IS 122 (48.05% from 255) = 29.26%

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

R = 10.79%
G = 29.26%
B = 59.95%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2D7AFA (or 0x2D7AFA) is known color: Dodger Blue. HEX triplet: 2D, 7A and FA. RGB value is (45,122,250). Sum of RGB (Red+Green+Blue) = 45+122+250=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 122 (48.05% from 255 or 29.26% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D7AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7AFA is #D28505. Grayscale: #707070. Windows color (decimal): -13796614 or 16415277. OLE color: 16415277.

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

Color convert

RGB 45 122 250 -
CMYK 0.82 0.51 0 0.02
HSL 217.46º 0.95% 0.58% -
HSV(B) 217.46º 0.82% 0.98% -
XYZ 25.3 21.38 93.24 -
YUV 113.57 204.99 79.09 -
System Red Green Blue C M Y K H S L
Decimal 45 122 250 0.82 0.51 0 0.02 217.46 0.95 0.58
Hex 2D 7A FA 52 33 0 2 D9 5F 3A
Octal 55 172 372 122 63 0 2 331 137 72
Binary 101101 1111010 11111010 1010010 110011 0 10 11011001 1011111 111010

Color Harmonies of #2D7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7AFA

Black with #2D7AFA

Text Example


Text Example

White with #2D7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,122,250); }

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

background-color css

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

 a { background-color: rgb(45,122,250); }

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

border-color css

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

 span { border-color: rgb(45,122,250); }

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