Html Css Color HEX #2B7FFD Dodger Blue

📋 copy color: '#2B7FFD'

red 43 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #2B7FFD

Tints of Dodger Blue #2B7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 253 (99.22% from 255) = 59.81%

R = 10.17%
G = 30.02%
B = 59.81%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2B7FFD (or 0x2B7FFD) is known color: Dodger Blue. HEX triplet: 2B, 7F and FD. RGB value is (43,127,253). Sum of RGB (Red+Green+Blue) = 43+127+253=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B7FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B7FFD is #D48002. Grayscale: #737373. Windows color (decimal): -13926403 or 16613163. OLE color: 16613163.

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

Color convert

RGB 43 127 253 -
CMYK 0.83 0.50 0 0.01
HSL 216º 0.98% 0.58% -
HSV(B) 216º 0.83% 0.99% -
XYZ 26.32 22.78 95.94 -
YUV 116.25 205.17 75.75 -
System Red Green Blue C M Y K H S L
Decimal 43 127 253 0.83 0.50 0 0.01 216 0.98 0.58
Hex 2B 7F FD 53 32 0 1 D8 62 3A
Octal 53 177 375 123 62 0 1 330 142 72
Binary 101011 1111111 11111101 1010011 110010 0 1 11011000 1100010 111010

Color Harmonies of #2B7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7FFD

Black with #2B7FFD

Text Example


Text Example

White with #2B7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,253); }

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

background-color css

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

 a { background-color: rgb(43,127,253); }

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

border-color css

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

 span { border-color: rgb(43,127,253); }

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