Html Css Color HEX #2B85EA Dodger Blue

📋 copy color: '#2B85EA'

red 43 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #2B85EA

Tints of Dodger Blue #2B85EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.44%

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

R = 10.49%
G = 32.44%
B = 57.07%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2B85EA (or 0x2B85EA) is known color: Dodger Blue. HEX triplet: 2B, 85 and EA. RGB value is (43,133,234). Sum of RGB (Red+Green+Blue) = 43+133+234=410 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.49% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B85EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B85EA is #D47A15. Grayscale: #757575. Windows color (decimal): -13924886 or 15369515. OLE color: 15369515.

HSL color Cylindrical-coordinate representation of color #2B85EA: hue angle of 211.73º 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 #2B85EA is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 43 133 234 -
CMYK 0.82 0.43 0 0.08
HSL 211.73º 0.82% 0.54% -
HSV(B) 211.73º 0.82% 0.92% -
XYZ 24.24 23.23 81.05 -
YUV 117.6 193.68 74.79 -
System Red Green Blue C M Y K H S L
Decimal 43 133 234 0.82 0.43 0 0.08 211.73 0.82 0.54
Hex 2B 85 EA 52 2B 0 8 D4 52 36
Octal 53 205 352 122 53 0 10 324 122 66
Binary 101011 10000101 11101010 1010010 101011 0 1000 11010100 1010010 110110

Color Harmonies of #2B85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B85EA

Black with #2B85EA

Text Example


Text Example

White with #2B85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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