Html Css Color HEX #2B90EA Dodger Blue

📋 copy color: '#2B90EA'

red 43 ◦ green 144 ◦ blue 234

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

Shades of Dodger Blue #2B90EA

Tints of Dodger Blue #2B90EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.2%

 BLUE value IS 234 (91.8% from 255) = 55.58%

R = 10.21%
G = 34.2%
B = 55.58%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B90EA (or 0x2B90EA) is known color: Dodger Blue. HEX triplet: 2B, 90 and EA. RGB value is (43,144,234). Sum of RGB (Red+Green+Blue) = 43+144+234=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 144 (56.64% from 255 or 34.20% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B90EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B90EA is #D46F15. Grayscale: #7B7B7B. Windows color (decimal): -13922070 or 15372331. OLE color: 15372331.

HSL color Cylindrical-coordinate representation of color #2B90EA: hue angle of 208.27º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B90EA is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 144 234 -
CMYK 0.82 0.38 0 0.08
HSL 208.27º 0.82% 0.54% -
HSV(B) 208.27º 0.82% 0.92% -
XYZ 25.82 26.4 81.58 -
YUV 124.06 190.04 70.18 -
System Red Green Blue C M Y K H S L
Decimal 43 144 234 0.82 0.38 0 0.08 208.27 0.82 0.54
Hex 2B 90 EA 52 26 0 8 D0 52 36
Octal 53 220 352 122 46 0 10 320 122 66
Binary 101011 10010000 11101010 1010010 100110 0 1000 11010000 1010010 110110

Color Harmonies of #2B90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B90EA

Black with #2B90EA

Text Example


Text Example

White with #2B90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,234); }

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

background-color css

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

 a { background-color: rgb(43,144,234); }

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

border-color css

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

 span { border-color: rgb(43,144,234); }

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