Html Css Color HEX #237DDD Dodger Blue

📋 copy color: '#237DDD'

red 35 ◦ green 125 ◦ blue 221

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

Shades of Dodger Blue #237DDD

Tints of Dodger Blue #237DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

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

R = 9.19%
G = 32.81%
B = 58.01%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#237DDD (or 0x237DDD) is known color: Dodger Blue. HEX triplet: 23, 7D and DD. RGB value is (35,125,221). Sum of RGB (Red+Green+Blue) = 35+125+221=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #237DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DDD is #DC8222. Grayscale: #6C6C6C. Windows color (decimal): -14451235 or 14515491. OLE color: 14515491.

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

Color convert

RGB 35 125 221 -
CMYK 0.84 0.43 0 0.13
HSL 210.97º 0.73% 0.5% -
HSV(B) 210.97º 0.84% 0.87% -
XYZ 21.08 20.25 71.2 -
YUV 109.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 35 125 221 0.84 0.43 0 0.13 210.97 0.73 0.5
Hex 23 7D DD 54 2B 0 D D3 49 32
Octal 43 175 335 124 53 0 15 323 111 62
Binary 100011 1111101 11011101 1010100 101011 0 1101 11010011 1001001 110010

Color Harmonies of #237DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DDD

Black with #237DDD

Text Example


Text Example

White with #237DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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