Html Css Color HEX #2BAEFD Dodger Blue

📋 copy color: '#2BAEFD'

red 43 ◦ green 174 ◦ blue 253

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

Shades of Dodger Blue #2BAEFD

Tints of Dodger Blue #2BAEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

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

R = 9.15%
G = 37.02%
B = 53.83%

CMYK

 C value IS 0.83

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2BAEFD (or 0x2BAEFD) is known color: Dodger Blue. HEX triplet: 2B, AE and FD. RGB value is (43,174,253). Sum of RGB (Red+Green+Blue) = 43+174+253=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #2BAEFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAEFD is #D45102. Grayscale: #8F8F8F. Windows color (decimal): -13914371 or 16625195. OLE color: 16625195.

HSL color Cylindrical-coordinate representation of color #2BAEFD: hue angle of 202.57º 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 #2BAEFD is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 43 174 253 -
CMYK 0.83 0.31 0 0.01
HSL 202.57º 0.98% 0.58% -
HSV(B) 202.57º 0.83% 0.99% -
XYZ 33.86 37.88 98.45 -
YUV 143.84 189.6 56.08 -
System Red Green Blue C M Y K H S L
Decimal 43 174 253 0.83 0.31 0 0.01 202.57 0.98 0.58
Hex 2B AE FD 53 1F 0 1 CB 62 3A
Octal 53 256 375 123 37 0 1 313 142 72
Binary 101011 10101110 11111101 1010011 11111 0 1 11001011 1100010 111010

Color Harmonies of #2BAEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAEFD

Black with #2BAEFD

Text Example


Text Example

White with #2BAEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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