Html Css Color HEX #238BEC Dodger Blue

📋 copy color: '#238BEC'

red 35 ◦ green 139 ◦ blue 236

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

Shades of Dodger Blue #238BEC

Tints of Dodger Blue #238BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

 BLUE value IS 236 (92.58% from 255) = 57.56%

R = 8.54%
G = 33.9%
B = 57.56%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#238BEC (or 0x238BEC) is known color: Dodger Blue. HEX triplet: 23, 8B and EC. RGB value is (35,139,236). Sum of RGB (Red+Green+Blue) = 35+139+236=410 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.54% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #238BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238BEC is #DC7413. Grayscale: #767676. Windows color (decimal): -14447636 or 15502115. OLE color: 15502115.

HSL color Cylindrical-coordinate representation of color #238BEC: hue angle of 208.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238BEC is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 139 236 -
CMYK 0.85 0.41 0 0.07
HSL 208.96º 0.84% 0.53% -
HSV(B) 208.96º 0.85% 0.93% -
XYZ 25.07 24.88 82.84 -
YUV 118.96 194.04 68.11 -
System Red Green Blue C M Y K H S L
Decimal 35 139 236 0.85 0.41 0 0.07 208.96 0.84 0.53
Hex 23 8B EC 55 29 0 7 D1 54 35
Octal 43 213 354 125 51 0 7 321 124 65
Binary 100011 10001011 11101100 1010101 101001 0 111 11010001 1010100 110101

Color Harmonies of #238BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BEC

Black with #238BEC

Text Example


Text Example

White with #238BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,236); }

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

background-color css

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

 a { background-color: rgb(35,139,236); }

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

border-color css

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

 span { border-color: rgb(35,139,236); }

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