Html Css Color HEX #238EDD Dodger Blue

📋 copy color: '#238EDD'

red 35 ◦ green 142 ◦ blue 221

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

Shades of Dodger Blue #238EDD

Tints of Dodger Blue #238EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.53%

R = 8.79%
G = 35.68%
B = 55.53%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#238EDD (or 0x238EDD) is known color: Dodger Blue. HEX triplet: 23, 8E and DD. RGB value is (35,142,221). Sum of RGB (Red+Green+Blue) = 35+142+221=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #238EDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238EDD is #DC7122. Grayscale: #767676. Windows color (decimal): -14446883 or 14519843. OLE color: 14519843.

HSL color Cylindrical-coordinate representation of color #238EDD: hue angle of 205.48º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #238EDD is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 142 221 -
CMYK 0.84 0.36 0 0.13
HSL 205.48º 0.73% 0.5% -
HSV(B) 205.48º 0.84% 0.87% -
XYZ 23.42 24.92 71.98 -
YUV 119.01 185.55 68.08 -
System Red Green Blue C M Y K H S L
Decimal 35 142 221 0.84 0.36 0 0.13 205.48 0.73 0.5
Hex 23 8E DD 54 24 0 D CD 49 32
Octal 43 216 335 124 44 0 15 315 111 62
Binary 100011 10001110 11011101 1010100 100100 0 1101 11001101 1001001 110010

Color Harmonies of #238EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238EDD

Black with #238EDD

Text Example


Text Example

White with #238EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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