Html Css Color HEX #238FE0 Dodger Blue

📋 copy color: '#238FE0'

red 35 ◦ green 143 ◦ blue 224

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

Shades of Dodger Blue #238FE0

Tints of Dodger Blue #238FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 8.71%
G = 35.57%
B = 55.72%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#238FE0 (or 0x238FE0) is known color: Dodger Blue. HEX triplet: 23, 8F and E0. RGB value is (35,143,224). Sum of RGB (Red+Green+Blue) = 35+143+224=402 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.71% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #238FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FE0 is #DC701F. Grayscale: #777777. Windows color (decimal): -14446624 or 14716707. OLE color: 14716707.

HSL color Cylindrical-coordinate representation of color #238FE0: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238FE0 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 143 224 -
CMYK 0.84 0.36 0 0.12
HSL 205.71º 0.75% 0.51% -
HSV(B) 205.71º 0.84% 0.88% -
XYZ 23.97 25.38 74.16 -
YUV 119.94 186.72 67.41 -
System Red Green Blue C M Y K H S L
Decimal 35 143 224 0.84 0.36 0 0.12 205.71 0.75 0.51
Hex 23 8F E0 54 24 0 C CE 4B 33
Octal 43 217 340 124 44 0 14 316 113 63
Binary 100011 10001111 11100000 1010100 100100 0 1100 11001110 1001011 110011

Color Harmonies of #238FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238FE0

Black with #238FE0

Text Example


Text Example

White with #238FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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