Html Css Color HEX #238CE4 Dodger Blue

📋 copy color: '#238CE4'

red 35 ◦ green 140 ◦ blue 228

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

Shades of Dodger Blue #238CE4

Tints of Dodger Blue #238CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.74%

 BLUE value IS 228 (89.45% from 255) = 56.58%

R = 8.68%
G = 34.74%
B = 56.58%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#238CE4 (or 0x238CE4) is known color: Dodger Blue. HEX triplet: 23, 8C and E4. RGB value is (35,140,228). Sum of RGB (Red+Green+Blue) = 35+140+228=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #238CE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238CE4 is #DC731B. Grayscale: #767676. Windows color (decimal): -14447388 or 14978083. OLE color: 14978083.

HSL color Cylindrical-coordinate representation of color #238CE4: hue angle of 207.36º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #238CE4 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 35 140 228 -
CMYK 0.85 0.39 0 0.11
HSL 207.36º 0.78% 0.52% -
HSV(B) 207.36º 0.85% 0.89% -
XYZ 24.07 24.71 76.9 -
YUV 118.64 189.71 68.34 -
System Red Green Blue C M Y K H S L
Decimal 35 140 228 0.85 0.39 0 0.11 207.36 0.78 0.52
Hex 23 8C E4 55 27 0 B CF 4E 34
Octal 43 214 344 125 47 0 13 317 116 64
Binary 100011 10001100 11100100 1010101 100111 0 1011 11001111 1001110 110100

Color Harmonies of #238CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238CE4

Black with #238CE4

Text Example


Text Example

White with #238CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,140,228); }

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

background-color css

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

 a { background-color: rgb(35,140,228); }

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

border-color css

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

 span { border-color: rgb(35,140,228); }

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