Html Css Color HEX #2D7BFA Dodger Blue

📋 copy color: '#2D7BFA'

red 45 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #2D7BFA

Tints of Dodger Blue #2D7BFA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.43%

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

R = 10.77%
G = 29.43%
B = 59.81%

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

#2D7BFA (or 0x2D7BFA) is known color: Dodger Blue. HEX triplet: 2D, 7B and FA. RGB value is (45,123,250). Sum of RGB (Red+Green+Blue) = 45+123+250=418 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.77% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #2D7BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2D7BFA is #D28405. Grayscale: #717171. Windows color (decimal): -13796358 or 16415533. OLE color: 16415533.

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

Color convert

RGB 45 123 250 -
CMYK 0.82 0.51 0 0.02
HSL 217.17º 0.95% 0.58% -
HSV(B) 217.17º 0.82% 0.98% -
XYZ 25.42 21.63 93.28 -
YUV 114.16 204.66 78.67 -
System Red Green Blue C M Y K H S L
Decimal 45 123 250 0.82 0.51 0 0.02 217.17 0.95 0.58
Hex 2D 7B FA 52 33 0 2 D9 5F 3A
Octal 55 173 372 122 63 0 2 331 137 72
Binary 101101 1111011 11111010 1010010 110011 0 10 11011001 1011111 111010

Color Harmonies of #2D7BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7BFA

Black with #2D7BFA

Text Example


Text Example

White with #2D7BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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