Html Css Color HEX #2385EB Dodger Blue

📋 copy color: '#2385EB'

red 35 ◦ green 133 ◦ blue 235

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

Shades of Dodger Blue #2385EB

Tints of Dodger Blue #2385EB

RGB

 RED value IS 35 (14.06% from 255) = 8.68%

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 8.68%
G = 33%
B = 58.31%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2385EB (or 0x2385EB) is known color: Dodger Blue. HEX triplet: 23, 85 and EB. RGB value is (35,133,235). Sum of RGB (Red+Green+Blue) = 35+133+235=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #2385EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2385EB is #DC7A14. Grayscale: #727272. Windows color (decimal): -14449173 or 15435043. OLE color: 15435043.

HSL color Cylindrical-coordinate representation of color #2385EB: hue angle of 210.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2385EB is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 133 235 -
CMYK 0.85 0.43 0 0.08
HSL 210.6º 0.83% 0.53% -
HSV(B) 210.6º 0.85% 0.92% -
XYZ 24.08 23.13 81.79 -
YUV 115.33 195.53 70.71 -
System Red Green Blue C M Y K H S L
Decimal 35 133 235 0.85 0.43 0 0.08 210.6 0.83 0.53
Hex 23 85 EB 55 2B 0 8 D3 53 35
Octal 43 205 353 125 53 0 10 323 123 65
Binary 100011 10000101 11101011 1010101 101011 0 1000 11010011 1010011 110101

Color Harmonies of #2385EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2385EB

Black with #2385EB

Text Example


Text Example

White with #2385EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2385EB; }

 p { color: rgb(35,133,235); }

 H1.HeaderClassName
 {
   color: #2385EB;
 }
 .AnyTagClassName
 {
   color: #2385EB;
 }
</style>

background-color css

<style>
 a { background-color: #2385EB; }

 a { background-color: rgb(35,133,235); }

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

border-color css

<style>
 span { border-color: #2385EB; }

 span { border-color: rgb(35,133,235); }

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