Html Css Color HEX #238BDD Dodger Blue

📋 copy color: '#238BDD'

red 35 ◦ green 139 ◦ blue 221

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

Shades of Dodger Blue #238BDD

Tints of Dodger Blue #238BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.19%

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

R = 8.86%
G = 35.19%
B = 55.95%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#238BDD (or 0x238BDD) is known color: Dodger Blue. HEX triplet: 23, 8B and DD. RGB value is (35,139,221). Sum of RGB (Red+Green+Blue) = 35+139+221=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #238BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238BDD is #DC7422. Grayscale: #747474. Windows color (decimal): -14447651 or 14519075. OLE color: 14519075.

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

Color convert

RGB 35 139 221 -
CMYK 0.84 0.37 0 0.13
HSL 206.45º 0.73% 0.5% -
HSV(B) 206.45º 0.84% 0.87% -
XYZ 22.98 24.04 71.84 -
YUV 117.25 186.54 69.33 -
System Red Green Blue C M Y K H S L
Decimal 35 139 221 0.84 0.37 0 0.13 206.45 0.73 0.5
Hex 23 8B DD 54 25 0 D CE 49 32
Octal 43 213 335 124 45 0 15 316 111 62
Binary 100011 10001011 11011101 1010100 100101 0 1101 11001110 1001001 110010

Color Harmonies of #238BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238BDD

Black with #238BDD

Text Example


Text Example

White with #238BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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