Html Css Color HEX #2372ED Royal Blue

📋 copy color: '#2372ED'

red 35 ◦ green 114 ◦ blue 237

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

Shades of Royal Blue #2372ED

Tints of Royal Blue #2372ED

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 9.07%
G = 29.53%
B = 61.4%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2372ED (or 0x2372ED) is known color: Royal Blue. HEX triplet: 23, 72 and ED. RGB value is (35,114,237). Sum of RGB (Red+Green+Blue) = 35+114+237=386 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.07% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #2372ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2372ED is #DC8D12. Grayscale: #676767. Windows color (decimal): -14454035 or 15561251. OLE color: 15561251.

HSL color Cylindrical-coordinate representation of color #2372ED: hue angle of 216.53º 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 #2372ED is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 35 114 237 -
CMYK 0.85 0.52 0 0.07
HSL 216.53º 0.85% 0.53% -
HSV(B) 216.53º 0.85% 0.93% -
XYZ 22 18.51 82.53 -
YUV 104.4 202.83 78.5 -
System Red Green Blue C M Y K H S L
Decimal 35 114 237 0.85 0.52 0 0.07 216.53 0.85 0.53
Hex 23 72 ED 55 34 0 7 D9 55 35
Octal 43 162 355 125 64 0 7 331 125 65
Binary 100011 1110010 11101101 1010101 110100 0 111 11011001 1010101 110101

Color Harmonies of #2372ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2372ED

Black with #2372ED

Text Example


Text Example

White with #2372ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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