Html Css Color HEX #2B7DEC Dodger Blue

📋 copy color: '#2B7DEC'

red 43 ◦ green 125 ◦ blue 236

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

Shades of Dodger Blue #2B7DEC

Tints of Dodger Blue #2B7DEC

RGB

 RED value IS 43 (17.19% from 255) = 10.64%

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 236 (92.58% from 255) = 58.42%

R = 10.64%
G = 30.94%
B = 58.42%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B7DEC (or 0x2B7DEC) is known color: Dodger Blue. HEX triplet: 2B, 7D and EC. RGB value is (43,125,236). Sum of RGB (Red+Green+Blue) = 43+125+236=404 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.64% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B7DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7DEC is #D48213. Grayscale: #707070. Windows color (decimal): -13926932 or 15498539. OLE color: 15498539.

HSL color Cylindrical-coordinate representation of color #2B7DEC: hue angle of 214.51º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B7DEC is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 125 236 -
CMYK 0.82 0.47 0 0.07
HSL 214.51º 0.84% 0.55% -
HSV(B) 214.51º 0.82% 0.93% -
XYZ 23.47 21.24 82.22 -
YUV 113.14 197.33 77.97 -
System Red Green Blue C M Y K H S L
Decimal 43 125 236 0.82 0.47 0 0.07 214.51 0.84 0.55
Hex 2B 7D EC 52 2F 0 7 D7 54 37
Octal 53 175 354 122 57 0 7 327 124 67
Binary 101011 1111101 11101100 1010010 101111 0 111 11010111 1010100 110111

Color Harmonies of #2B7DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7DEC

Black with #2B7DEC

Text Example


Text Example

White with #2B7DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,125,236); }

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

background-color css

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

 a { background-color: rgb(43,125,236); }

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

border-color css

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

 span { border-color: rgb(43,125,236); }

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