Html Css Color HEX #2165FF Royal Blue

📋 copy color: '#2165FF'

red 33 ◦ green 101 ◦ blue 255

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

Shades of Royal Blue #2165FF

Tints of Royal Blue #2165FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 255 (100% from 255) = 65.55%

R = 8.48%
G = 25.96%
B = 65.55%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2165FF (or 0x2165FF) is known color: Royal Blue. HEX triplet: 21, 65 and FF. RGB value is (33,101,255). Sum of RGB (Red+Green+Blue) = 33+101+255=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #2165FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2165FF is #DE9A00. Grayscale: #616161. Windows color (decimal): -14588417 or 16737569. OLE color: 16737569.

HSL color Cylindrical-coordinate representation of color #2165FF: hue angle of 221.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2165FF is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 33 101 255 -
CMYK 0.87 0.60 0 0
HSL 221.62º 1% 0.56% -
HSV(B) 221.62º 0.87% 1% -
XYZ 23.33 16.85 96.63 -
YUV 98.22 216.47 81.48 -
System Red Green Blue C M Y K H S L
Decimal 33 101 255 0.87 0.60 0 0 221.62 1 0.56
Hex 21 65 FF 57 3C 0 0 DE 64 38
Octal 41 145 377 127 74 0 0 336 144 70
Binary 100001 1100101 11111111 1010111 111100 0 0 11011110 1100100 111000

Color Harmonies of #2165FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2165FF

Black with #2165FF

Text Example


Text Example

White with #2165FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2165FF; }

 p { color: rgb(33,101,255); }

 H1.HeaderClassName
 {
   color: #2165FF;
 }
 .AnyTagClassName
 {
   color: #2165FF;
 }
</style>

background-color css

<style>
 a { background-color: #2165FF; }

 a { background-color: rgb(33,101,255); }

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

border-color css

<style>
 span { border-color: #2165FF; }

 span { border-color: rgb(33,101,255); }

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