Html Css Color HEX #2B7CEC Dodger Blue

📋 copy color: '#2B7CEC'

red 43 ◦ green 124 ◦ blue 236

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

Shades of Dodger Blue #2B7CEC

Tints of Dodger Blue #2B7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.77%

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

R = 10.67%
G = 30.77%
B = 58.56%

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

#2B7CEC (or 0x2B7CEC) is known color: Dodger Blue. HEX triplet: 2B, 7C and EC. RGB value is (43,124,236). Sum of RGB (Red+Green+Blue) = 43+124+236=403 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.67% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B7CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7CEC is #D48313. Grayscale: #707070. Windows color (decimal): -13927188 or 15498283. OLE color: 15498283.

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

Color convert

RGB 43 124 236 -
CMYK 0.82 0.47 0 0.07
HSL 214.82º 0.84% 0.55% -
HSV(B) 214.82º 0.82% 0.93% -
XYZ 23.34 20.99 82.18 -
YUV 112.55 197.66 78.39 -
System Red Green Blue C M Y K H S L
Decimal 43 124 236 0.82 0.47 0 0.07 214.82 0.84 0.55
Hex 2B 7C EC 52 2F 0 7 D7 54 37
Octal 53 174 354 122 57 0 7 327 124 67
Binary 101011 1111100 11101100 1010010 101111 0 111 11010111 1010100 110111

Color Harmonies of #2B7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7CEC

Black with #2B7CEC

Text Example


Text Example

White with #2B7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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