Html Css Color HEX #238EEB Dodger Blue

📋 copy color: '#238EEB'

red 35 ◦ green 142 ◦ blue 235

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

Shades of Dodger Blue #238EEB

Tints of Dodger Blue #238EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

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

R = 8.5%
G = 34.47%
B = 57.04%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#238EEB (or 0x238EEB) is known color: Dodger Blue. HEX triplet: 23, 8E and EB. RGB value is (35,142,235). Sum of RGB (Red+Green+Blue) = 35+142+235=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 235 (92.19% from 255 or 57.04% from 412); Max value from RGB is 235 - color contains mainly: blue. Hex color #238EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238EEB is #DC7114. Grayscale: #787878. Windows color (decimal): -14446869 or 15437347. OLE color: 15437347.

HSL color Cylindrical-coordinate representation of color #238EEB: hue angle of 207.9º 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 #238EEB is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 35 142 235 -
CMYK 0.85 0.40 0 0.08
HSL 207.9º 0.83% 0.53% -
HSV(B) 207.9º 0.85% 0.92% -
XYZ 25.36 25.7 82.22 -
YUV 120.61 192.55 66.94 -
System Red Green Blue C M Y K H S L
Decimal 35 142 235 0.85 0.40 0 0.08 207.9 0.83 0.53
Hex 23 8E EB 55 28 0 8 D0 53 35
Octal 43 216 353 125 50 0 10 320 123 65
Binary 100011 10001110 11101011 1010101 101000 0 1000 11010000 1010011 110101

Color Harmonies of #238EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EEB

Black with #238EEB

Text Example


Text Example

White with #238EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238EEB; }

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

 H1.HeaderClassName
 {
   color: #238EEB;
 }
 .AnyTagClassName
 {
   color: #238EEB;
 }
</style>

background-color css

<style>
 a { background-color: #238EEB; }

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

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

border-color css

<style>
 span { border-color: #238EEB; }

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

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