Html Css Color HEX #237CDD Dodger Blue

📋 copy color: '#237CDD'

red 35 ◦ green 124 ◦ blue 221

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

Shades of Dodger Blue #237CDD

Tints of Dodger Blue #237CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.63%

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

R = 9.21%
G = 32.63%
B = 58.16%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#237CDD (or 0x237CDD) is known color: Dodger Blue. HEX triplet: 23, 7C and DD. RGB value is (35,124,221). Sum of RGB (Red+Green+Blue) = 35+124+221=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #237CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237CDD is #DC8322. Grayscale: #6B6B6B. Windows color (decimal): -14451491 or 14515235. OLE color: 14515235.

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

Color convert

RGB 35 124 221 -
CMYK 0.84 0.44 0 0.13
HSL 211.29º 0.73% 0.5% -
HSV(B) 211.29º 0.84% 0.87% -
XYZ 20.95 19.99 71.16 -
YUV 108.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 35 124 221 0.84 0.44 0 0.13 211.29 0.73 0.5
Hex 23 7C DD 54 2C 0 D D3 49 32
Octal 43 174 335 124 54 0 15 323 111 62
Binary 100011 1111100 11011101 1010100 101100 0 1101 11010011 1001001 110010

Color Harmonies of #237CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237CDD

Black with #237CDD

Text Example


Text Example

White with #237CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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