Html Css Color HEX #237EDC Dodger Blue

📋 copy color: '#237EDC'

red 35 ◦ green 126 ◦ blue 220

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

Shades of Dodger Blue #237EDC

Tints of Dodger Blue #237EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

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

R = 9.19%
G = 33.07%
B = 57.74%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#237EDC (or 0x237EDC) is known color: Dodger Blue. HEX triplet: 23, 7E and DC. RGB value is (35,126,220). Sum of RGB (Red+Green+Blue) = 35+126+220=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #237EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237EDC is #DC8123. Grayscale: #6D6D6D. Windows color (decimal): -14450980 or 14450211. OLE color: 14450211.

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

Color convert

RGB 35 126 220 -
CMYK 0.84 0.43 0 0.14
HSL 210.49º 0.73% 0.5% -
HSV(B) 210.49º 0.84% 0.86% -
XYZ 21.07 20.45 70.55 -
YUV 109.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 35 126 220 0.84 0.43 0 0.14 210.49 0.73 0.5
Hex 23 7E DC 54 2B 0 E D2 49 32
Octal 43 176 334 124 53 0 16 322 111 62
Binary 100011 1111110 11011100 1010100 101011 0 1110 11010010 1001001 110010

Color Harmonies of #237EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237EDC

Black with #237EDC

Text Example


Text Example

White with #237EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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