Html Css Color HEX #2165FD Royal Blue

📋 copy color: '#2165FD'

red 33 ◦ green 101 ◦ blue 253

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

Shades of Royal Blue #2165FD

Tints of Royal Blue #2165FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.37%

R = 8.53%
G = 26.1%
B = 65.37%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2165FD (or 0x2165FD) is known color: Royal Blue. HEX triplet: 21, 65 and FD. RGB value is (33,101,253). Sum of RGB (Red+Green+Blue) = 33+101+253=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 101 (39.84% from 255 or 26.10% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #2165FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2165FD is #DE9A02. Grayscale: #616161. Windows color (decimal): -14588419 or 16606497. OLE color: 16606497.

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

Color convert

RGB 33 101 253 -
CMYK 0.87 0.60 0 0.01
HSL 221.45º 0.98% 0.56% -
HSV(B) 221.45º 0.87% 0.99% -
XYZ 23.01 16.72 94.94 -
YUV 98 215.47 81.64 -
System Red Green Blue C M Y K H S L
Decimal 33 101 253 0.87 0.60 0 0.01 221.45 0.98 0.56
Hex 21 65 FD 57 3C 0 1 DD 62 38
Octal 41 145 375 127 74 0 1 335 142 70
Binary 100001 1100101 11111101 1010111 111100 0 1 11011101 1100010 111000

Color Harmonies of #2165FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2165FD

Black with #2165FD

Text Example


Text Example

White with #2165FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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