Html Css Color HEX #238DDD Dodger Blue

📋 copy color: '#238DDD'

red 35 ◦ green 141 ◦ blue 221

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

Shades of Dodger Blue #238DDD

Tints of Dodger Blue #238DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 8.82%
G = 35.52%
B = 55.67%

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

#238DDD (or 0x238DDD) is known color: Dodger Blue. HEX triplet: 23, 8D and DD. RGB value is (35,141,221). Sum of RGB (Red+Green+Blue) = 35+141+221=397 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.82% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #238DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238DDD is #DC7222. Grayscale: #767676. Windows color (decimal): -14447139 or 14519587. OLE color: 14519587.

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

Color convert

RGB 35 141 221 -
CMYK 0.84 0.36 0 0.13
HSL 205.81º 0.73% 0.5% -
HSV(B) 205.81º 0.84% 0.87% -
XYZ 23.27 24.63 71.93 -
YUV 118.43 185.88 68.5 -
System Red Green Blue C M Y K H S L
Decimal 35 141 221 0.84 0.36 0 0.13 205.81 0.73 0.5
Hex 23 8D DD 54 24 0 D CE 49 32
Octal 43 215 335 124 44 0 15 316 111 62
Binary 100011 10001101 11011101 1010100 100100 0 1101 11001110 1001001 110010

Color Harmonies of #238DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238DDD

Black with #238DDD

Text Example


Text Example

White with #238DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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