Html Css Color HEX #237EDB Dodger Blue

📋 copy color: '#237EDB'

red 35 ◦ green 126 ◦ blue 219

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

Shades of Dodger Blue #237EDB

Tints of Dodger Blue #237EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.63%

R = 9.21%
G = 33.16%
B = 57.63%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#237EDB (or 0x237EDB) is known color: Dodger Blue. HEX triplet: 23, 7E and DB. RGB value is (35,126,219). Sum of RGB (Red+Green+Blue) = 35+126+219=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #237EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237EDB is #DC8124. Grayscale: #6C6C6C. Windows color (decimal): -14450981 or 14384675. OLE color: 14384675.

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

Color convert

RGB 35 126 219 -
CMYK 0.84 0.42 0 0.14
HSL 210.33º 0.72% 0.5% -
HSV(B) 210.33º 0.84% 0.86% -
XYZ 20.94 20.39 69.85 -
YUV 109.39 189.85 74.94 -
System Red Green Blue C M Y K H S L
Decimal 35 126 219 0.84 0.42 0 0.14 210.33 0.72 0.5
Hex 23 7E DB 54 2A 0 E D2 48 32
Octal 43 176 333 124 52 0 16 322 110 62
Binary 100011 1111110 11011011 1010100 101010 0 1110 11010010 1001000 110010

Color Harmonies of #237EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237EDB

Black with #237EDB

Text Example


Text Example

White with #237EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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