Html Css Color HEX #237DE0 Dodger Blue

📋 copy color: '#237DE0'

red 35 ◦ green 125 ◦ blue 224

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

Shades of Dodger Blue #237DE0

Tints of Dodger Blue #237DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 58.33%

R = 9.11%
G = 32.55%
B = 58.33%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#237DE0 (or 0x237DE0) is known color: Dodger Blue. HEX triplet: 23, 7D and E0. RGB value is (35,125,224). Sum of RGB (Red+Green+Blue) = 35+125+224=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #237DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237DE0 is #DC821F. Grayscale: #6C6C6C. Windows color (decimal): -14451232 or 14712099. OLE color: 14712099.

HSL color Cylindrical-coordinate representation of color #237DE0: hue angle of 211.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237DE0 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 35 125 224 -
CMYK 0.84 0.44 0 0.12
HSL 211.43º 0.75% 0.51% -
HSV(B) 211.43º 0.84% 0.88% -
XYZ 21.48 20.41 73.33 -
YUV 109.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 35 125 224 0.84 0.44 0 0.12 211.43 0.75 0.51
Hex 23 7D E0 54 2C 0 C D3 4B 33
Octal 43 175 340 124 54 0 14 323 113 63
Binary 100011 1111101 11100000 1010100 101100 0 1100 11010011 1001011 110011

Color Harmonies of #237DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237DE0

Black with #237DE0

Text Example


Text Example

White with #237DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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