Html Css Color HEX #237CDC Dodger Blue

📋 copy color: '#237CDC'

red 35 ◦ green 124 ◦ blue 220

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

Shades of Dodger Blue #237CDC

Tints of Dodger Blue #237CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 58.05%

R = 9.23%
G = 32.72%
B = 58.05%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#237CDC (or 0x237CDC) is known color: Dodger Blue. HEX triplet: 23, 7C and DC. RGB value is (35,124,220). Sum of RGB (Red+Green+Blue) = 35+124+220=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #237CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237CDC is #DC8323. Grayscale: #6B6B6B. Windows color (decimal): -14451492 or 14449699. OLE color: 14449699.

HSL color Cylindrical-coordinate representation of color #237CDC: hue angle of 211.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237CDC is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 124 220 -
CMYK 0.84 0.44 0 0.14
HSL 211.14º 0.73% 0.5% -
HSV(B) 211.14º 0.84% 0.86% -
XYZ 20.82 19.94 70.46 -
YUV 108.33 191.01 75.69 -
System Red Green Blue C M Y K H S L
Decimal 35 124 220 0.84 0.44 0 0.14 211.14 0.73 0.5
Hex 23 7C DC 54 2C 0 E D3 49 32
Octal 43 174 334 124 54 0 16 323 111 62
Binary 100011 1111100 11011100 1010100 101100 0 1110 11010011 1001001 110010

Color Harmonies of #237CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237CDC

Black with #237CDC

Text Example


Text Example

White with #237CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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