Html Css Color HEX #2B85ED Dodger Blue

📋 copy color: '#2B85ED'

red 43 ◦ green 133 ◦ blue 237

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

Shades of Dodger Blue #2B85ED

Tints of Dodger Blue #2B85ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 10.41%
G = 32.2%
B = 57.38%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B85ED (or 0x2B85ED) is known color: Dodger Blue. HEX triplet: 2B, 85 and ED. RGB value is (43,133,237). Sum of RGB (Red+Green+Blue) = 43+133+237=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #2B85ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B85ED is #D47A12. Grayscale: #757575. Windows color (decimal): -13924883 or 15566123. OLE color: 15566123.

HSL color Cylindrical-coordinate representation of color #2B85ED: hue angle of 212.16º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B85ED is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 133 237 -
CMYK 0.82 0.44 0 0.07
HSL 212.16º 0.84% 0.55% -
HSV(B) 212.16º 0.82% 0.93% -
XYZ 24.67 23.4 83.34 -
YUV 117.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 43 133 237 0.82 0.44 0 0.07 212.16 0.84 0.55
Hex 2B 85 ED 52 2C 0 7 D4 54 37
Octal 53 205 355 122 54 0 7 324 124 67
Binary 101011 10000101 11101101 1010010 101100 0 111 11010100 1010100 110111

Color Harmonies of #2B85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B85ED

Black with #2B85ED

Text Example


Text Example

White with #2B85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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