Html Css Color HEX #2374ED Dodger Blue

📋 copy color: '#2374ED'

red 35 ◦ green 116 ◦ blue 237

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

Shades of Dodger Blue #2374ED

Tints of Dodger Blue #2374ED

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 9.02%
G = 29.9%
B = 61.08%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2374ED (or 0x2374ED) is known color: Dodger Blue. HEX triplet: 23, 74 and ED. RGB value is (35,116,237). Sum of RGB (Red+Green+Blue) = 35+116+237=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #2374ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2374ED is #DC8B12. Grayscale: #696969. Windows color (decimal): -14453523 or 15561763. OLE color: 15561763.

HSL color Cylindrical-coordinate representation of color #2374ED: hue angle of 215.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2374ED is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 116 237 -
CMYK 0.85 0.51 0 0.07
HSL 215.94º 0.85% 0.53% -
HSV(B) 215.94º 0.85% 0.93% -
XYZ 22.22 18.96 82.61 -
YUV 105.58 202.16 77.66 -
System Red Green Blue C M Y K H S L
Decimal 35 116 237 0.85 0.51 0 0.07 215.94 0.85 0.53
Hex 23 74 ED 55 33 0 7 D8 55 35
Octal 43 164 355 125 63 0 7 330 125 65
Binary 100011 1110100 11101101 1010101 110011 0 111 11011000 1010101 110101

Color Harmonies of #2374ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2374ED

Black with #2374ED

Text Example


Text Example

White with #2374ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2374ED; }

 p { color: rgb(35,116,237); }

 H1.HeaderClassName
 {
   color: #2374ED;
 }
 .AnyTagClassName
 {
   color: #2374ED;
 }
</style>

background-color css

<style>
 a { background-color: #2374ED; }

 a { background-color: rgb(35,116,237); }

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

border-color css

<style>
 span { border-color: #2374ED; }

 span { border-color: rgb(35,116,237); }

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