Html Css Color HEX #238FEE Dodger Blue

📋 copy color: '#238FEE'

red 35 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #238FEE

Tints of Dodger Blue #238FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

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

R = 8.41%
G = 34.38%
B = 57.21%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#238FEE (or 0x238FEE) is known color: Dodger Blue. HEX triplet: 23, 8F and EE. RGB value is (35,143,238). Sum of RGB (Red+Green+Blue) = 35+143+238=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #238FEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #238FEE is #DC7011. Grayscale: #797979. Windows color (decimal): -14446610 or 15634211. OLE color: 15634211.

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

Color convert

RGB 35 143 238 -
CMYK 0.85 0.40 0 0.07
HSL 208.08º 0.86% 0.54% -
HSV(B) 208.08º 0.85% 0.93% -
XYZ 25.95 26.18 84.57 -
YUV 121.54 193.72 66.28 -
System Red Green Blue C M Y K H S L
Decimal 35 143 238 0.85 0.40 0 0.07 208.08 0.86 0.54
Hex 23 8F EE 55 28 0 7 D0 56 36
Octal 43 217 356 125 50 0 7 320 126 66
Binary 100011 10001111 11101110 1010101 101000 0 111 11010000 1010110 110110

Color Harmonies of #238FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FEE

Black with #238FEE

Text Example


Text Example

White with #238FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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