Html Css Color HEX #2BABFF Dodger Blue

📋 copy color: '#2BABFF'

red 43 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #2BABFF

Tints of Dodger Blue #2BABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 9.17%
G = 36.46%
B = 54.37%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2BABFF (or 0x2BABFF) is known color: Dodger Blue. HEX triplet: 2B, AB and FF. RGB value is (43,171,255). Sum of RGB (Red+Green+Blue) = 43+171+255=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BABFF is #D45400. Grayscale: #8D8D8D. Windows color (decimal): -13915137 or 16755499. OLE color: 16755499.

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

Color convert

RGB 43 171 255 -
CMYK 0.83 0.33 0 0
HSL 203.77º 1% 0.58% -
HSV(B) 203.77º 0.83% 1% -
XYZ 33.61 36.86 99.95 -
YUV 142.3 191.59 57.17 -
System Red Green Blue C M Y K H S L
Decimal 43 171 255 0.83 0.33 0 0 203.77 1 0.58
Hex 2B AB FF 53 21 0 0 CC 64 3A
Octal 53 253 377 123 41 0 0 314 144 72
Binary 101011 10101011 11111111 1010011 100001 0 0 11001100 1100100 111010

Color Harmonies of #2BABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BABFF

Black with #2BABFF

Text Example


Text Example

White with #2BABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,171,255); }

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

background-color css

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

 a { background-color: rgb(43,171,255); }

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

border-color css

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

 span { border-color: rgb(43,171,255); }

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