Html Css Color HEX #238EEF Dodger Blue

📋 copy color: '#238EEF'

red 35 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #238EEF

Tints of Dodger Blue #238EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.45%

R = 8.41%
G = 34.13%
B = 57.45%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#238EEF (or 0x238EEF) is known color: Dodger Blue. HEX triplet: 23, 8E and EF. RGB value is (35,142,239). Sum of RGB (Red+Green+Blue) = 35+142+239=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 239 (93.75% from 255 or 57.45% from 416); Max value from RGB is 239 - color contains mainly: blue. Hex color #238EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238EEF is #DC7110. Grayscale: #787878. Windows color (decimal): -14446865 or 15699491. OLE color: 15699491.

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

Color convert

RGB 35 142 239 -
CMYK 0.85 0.41 0 0.06
HSL 208.53º 0.86% 0.54% -
HSV(B) 208.53º 0.85% 0.94% -
XYZ 25.95 25.94 85.3 -
YUV 121.07 194.55 66.61 -
System Red Green Blue C M Y K H S L
Decimal 35 142 239 0.85 0.41 0 0.06 208.53 0.86 0.54
Hex 23 8E EF 55 29 0 6 D1 56 36
Octal 43 216 357 125 51 0 6 321 126 66
Binary 100011 10001110 11101111 1010101 101001 0 110 11010001 1010110 110110

Color Harmonies of #238EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EEF

Black with #238EEF

Text Example


Text Example

White with #238EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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