Html Css Color HEX #2B90FA Dodger Blue

📋 copy color: '#2B90FA'

red 43 ◦ green 144 ◦ blue 250

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

Shades of Dodger Blue #2B90FA

Tints of Dodger Blue #2B90FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.21%

R = 9.84%
G = 32.95%
B = 57.21%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B90FA (or 0x2B90FA) is known color: Dodger Blue. HEX triplet: 2B, 90 and FA. RGB value is (43,144,250). Sum of RGB (Red+Green+Blue) = 43+144+250=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B90FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B90FA is #D46F05. Grayscale: #7D7D7D. Windows color (decimal): -13922054 or 16420907. OLE color: 16420907.

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

Color convert

RGB 43 144 250 -
CMYK 0.83 0.42 0 0.02
HSL 210.72º 0.95% 0.57% -
HSV(B) 210.72º 0.83% 0.98% -
XYZ 28.22 27.36 94.24 -
YUV 125.89 198.04 68.88 -
System Red Green Blue C M Y K H S L
Decimal 43 144 250 0.83 0.42 0 0.02 210.72 0.95 0.57
Hex 2B 90 FA 53 2A 0 2 D3 5F 39
Octal 53 220 372 123 52 0 2 323 137 71
Binary 101011 10010000 11111010 1010011 101010 0 10 11010011 1011111 111001

Color Harmonies of #2B90FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B90FA

Black with #2B90FA

Text Example


Text Example

White with #2B90FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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