Html Css Color HEX #2B7DFB Dodger Blue

📋 copy color: '#2B7DFB'

red 43 ◦ green 125 ◦ blue 251

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

Shades of Dodger Blue #2B7DFB

Tints of Dodger Blue #2B7DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.9%

R = 10.26%
G = 29.83%
B = 59.9%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B7DFB (or 0x2B7DFB) is known color: Dodger Blue. HEX triplet: 2B, 7D and FB. RGB value is (43,125,251). Sum of RGB (Red+Green+Blue) = 43+125+251=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B7DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7DFB is #D48204. Grayscale: #727272. Windows color (decimal): -13926917 or 16481579. OLE color: 16481579.

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

Color convert

RGB 43 125 251 -
CMYK 0.83 0.50 0 0.02
HSL 216.35º 0.96% 0.58% -
HSV(B) 216.35º 0.83% 0.98% -
XYZ 25.74 22.15 94.18 -
YUV 114.85 204.83 76.75 -
System Red Green Blue C M Y K H S L
Decimal 43 125 251 0.83 0.50 0 0.02 216.35 0.96 0.58
Hex 2B 7D FB 53 32 0 2 D8 60 3A
Octal 53 175 373 123 62 0 2 330 140 72
Binary 101011 1111101 11111011 1010011 110010 0 10 11011000 1100000 111010

Color Harmonies of #2B7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7DFB

Black with #2B7DFB

Text Example


Text Example

White with #2B7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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