Html Css Color HEX #2165FB Royal Blue

📋 copy color: '#2165FB'

red 33 ◦ green 101 ◦ blue 251

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

Shades of Royal Blue #2165FB

Tints of Royal Blue #2165FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.19%

R = 8.57%
G = 26.23%
B = 65.19%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2165FB (or 0x2165FB) is known color: Royal Blue. HEX triplet: 21, 65 and FB. RGB value is (33,101,251). Sum of RGB (Red+Green+Blue) = 33+101+251=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #2165FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2165FB is #DE9A04. Grayscale: #616161. Windows color (decimal): -14588421 or 16475425. OLE color: 16475425.

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

Color convert

RGB 33 101 251 -
CMYK 0.87 0.60 0 0.02
HSL 221.28º 0.96% 0.56% -
HSV(B) 221.28º 0.87% 0.98% -
XYZ 22.69 16.6 93.27 -
YUV 97.77 214.47 81.8 -
System Red Green Blue C M Y K H S L
Decimal 33 101 251 0.87 0.60 0 0.02 221.28 0.96 0.56
Hex 21 65 FB 57 3C 0 2 DD 60 38
Octal 41 145 373 127 74 0 2 335 140 70
Binary 100001 1100101 11111011 1010111 111100 0 10 11011101 1100000 111000

Color Harmonies of #2165FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2165FB

Black with #2165FB

Text Example


Text Example

White with #2165FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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