Html Css Color HEX #238EDA Dodger Blue

📋 copy color: '#238EDA'

red 35 ◦ green 142 ◦ blue 218

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

Shades of Dodger Blue #238EDA

Tints of Dodger Blue #238EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 8.86%
G = 35.95%
B = 55.19%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#238EDA (or 0x238EDA) is known color: Dodger Blue. HEX triplet: 23, 8E and DA. RGB value is (35,142,218). Sum of RGB (Red+Green+Blue) = 35+142+218=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #238EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EDA is #DC7125. Grayscale: #767676. Windows color (decimal): -14446886 or 14323235. OLE color: 14323235.

HSL color Cylindrical-coordinate representation of color #238EDA: hue angle of 204.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238EDA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 35 142 218 -
CMYK 0.84 0.35 0 0.15
HSL 204.92º 0.72% 0.5% -
HSV(B) 204.92º 0.84% 0.85% -
XYZ 23.02 24.77 69.9 -
YUV 118.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 35 142 218 0.84 0.35 0 0.15 204.92 0.72 0.5
Hex 23 8E DA 54 23 0 F CD 48 32
Octal 43 216 332 124 43 0 17 315 110 62
Binary 100011 10001110 11011010 1010100 100011 0 1111 11001101 1001000 110010

Color Harmonies of #238EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EDA

Black with #238EDA

Text Example


Text Example

White with #238EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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