Html Css Color HEX #238BEE Dodger Blue

📋 copy color: '#238BEE'

red 35 ◦ green 139 ◦ blue 238

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

Shades of Dodger Blue #238BEE

Tints of Dodger Blue #238BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.77%

R = 8.5%
G = 33.74%
B = 57.77%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#238BEE (or 0x238BEE) is known color: Dodger Blue. HEX triplet: 23, 8B and EE. RGB value is (35,139,238). Sum of RGB (Red+Green+Blue) = 35+139+238=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 238 (93.36% from 255 or 57.77% from 412); Max value from RGB is 238 - color contains mainly: blue. Hex color #238BEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238BEE is #DC7411. Grayscale: #767676. Windows color (decimal): -14447634 or 15633187. OLE color: 15633187.

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

Color convert

RGB 35 139 238 -
CMYK 0.85 0.42 0 0.07
HSL 209.26º 0.86% 0.54% -
HSV(B) 209.26º 0.85% 0.93% -
XYZ 25.36 25 84.38 -
YUV 119.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 35 139 238 0.85 0.42 0 0.07 209.26 0.86 0.54
Hex 23 8B EE 55 2A 0 7 D1 56 36
Octal 43 213 356 125 52 0 7 321 126 66
Binary 100011 10001011 11101110 1010101 101010 0 111 11010001 1010110 110110

Color Harmonies of #238BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BEE

Black with #238BEE

Text Example


Text Example

White with #238BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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