Html Css Color HEX #238CEB Dodger Blue

📋 copy color: '#238CEB'

red 35 ◦ green 140 ◦ blue 235

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

Shades of Dodger Blue #238CEB

Tints of Dodger Blue #238CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

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

R = 8.54%
G = 34.15%
B = 57.32%

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

#238CEB (or 0x238CEB) is known color: Dodger Blue. HEX triplet: 23, 8C and EB. RGB value is (35,140,235). Sum of RGB (Red+Green+Blue) = 35+140+235=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 235 (92.19% from 255 or 57.32% from 410); Max value from RGB is 235 - color contains mainly: blue. Hex color #238CEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238CEB is #DC7314. Grayscale: #767676. Windows color (decimal): -14447381 or 15436835. OLE color: 15436835.

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

Color convert

RGB 35 140 235 -
CMYK 0.85 0.40 0 0.08
HSL 208.5º 0.83% 0.53% -
HSV(B) 208.5º 0.85% 0.92% -
XYZ 25.07 25.11 82.12 -
YUV 119.44 193.21 67.78 -
System Red Green Blue C M Y K H S L
Decimal 35 140 235 0.85 0.40 0 0.08 208.5 0.83 0.53
Hex 23 8C EB 55 28 0 8 D0 53 35
Octal 43 214 353 125 50 0 10 320 123 65
Binary 100011 10001100 11101011 1010101 101000 0 1000 11010000 1010011 110101

Color Harmonies of #238CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CEB

Black with #238CEB

Text Example


Text Example

White with #238CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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