Html Css Color HEX #2145ED Royal Blue

📋 copy color: '#2145ED'

red 33 ◦ green 69 ◦ blue 237

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

Shades of Royal Blue #2145ED

Tints of Royal Blue #2145ED

RGB

 RED value IS 33 (13.28% from 255) = 9.73%

 GREEN value IS 69 (27.34% from 255) = 20.35%

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

R = 9.73%
G = 20.35%
B = 69.91%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2145ED (or 0x2145ED) is known color: Royal Blue. HEX triplet: 21, 45 and ED. RGB value is (33,69,237). Sum of RGB (Red+Green+Blue) = 33+69+237=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #2145ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2145ED is #DEBA12. Grayscale: #4C4C4C. Windows color (decimal): -14596627 or 15549729. OLE color: 15549729.

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

Color convert

RGB 33 69 237 -
CMYK 0.86 0.71 0 0.07
HSL 229.41º 0.85% 0.53% -
HSV(B) 229.41º 0.86% 0.93% -
XYZ 18.04 10.69 81.23 -
YUV 77.39 218.07 96.34 -
System Red Green Blue C M Y K H S L
Decimal 33 69 237 0.86 0.71 0 0.07 229.41 0.85 0.53
Hex 21 45 ED 56 47 0 7 E5 55 35
Octal 41 105 355 126 107 0 7 345 125 65
Binary 100001 1000101 11101101 1010110 1000111 0 111 11100101 1010101 110101

Color Harmonies of #2145ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2145ED

Black with #2145ED

Text Example


Text Example

White with #2145ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,69,237); }

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

background-color css

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

 a { background-color: rgb(33,69,237); }

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

border-color css

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

 span { border-color: rgb(33,69,237); }

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