Html Css Color HEX #238ADD Dodger Blue

📋 copy color: '#238ADD'

red 35 ◦ green 138 ◦ blue 221

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

Shades of Dodger Blue #238ADD

Tints of Dodger Blue #238ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.03%

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

R = 8.88%
G = 35.03%
B = 56.09%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#238ADD (or 0x238ADD) is known color: Dodger Blue. HEX triplet: 23, 8A and DD. RGB value is (35,138,221). Sum of RGB (Red+Green+Blue) = 35+138+221=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #238ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ADD is #DC7522. Grayscale: #747474. Windows color (decimal): -14447907 or 14518819. OLE color: 14518819.

HSL color Cylindrical-coordinate representation of color #238ADD: hue angle of 206.77º 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 #238ADD is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 138 221 -
CMYK 0.84 0.38 0 0.13
HSL 206.77º 0.73% 0.5% -
HSV(B) 206.77º 0.84% 0.87% -
XYZ 22.83 23.75 71.79 -
YUV 116.67 186.88 69.75 -
System Red Green Blue C M Y K H S L
Decimal 35 138 221 0.84 0.38 0 0.13 206.77 0.73 0.5
Hex 23 8A DD 54 26 0 D CF 49 32
Octal 43 212 335 124 46 0 15 317 111 62
Binary 100011 10001010 11011101 1010100 100110 0 1101 11001111 1001001 110010

Color Harmonies of #238ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238ADD

Black with #238ADD

Text Example


Text Example

White with #238ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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