Html Css Color HEX #165CFD Royal Blue

📋 copy color: '#165CFD'

red 22 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #165CFD

Tints of Royal Blue #165CFD

RGB

 RED value IS 22 (8.98% from 255) = 5.99%

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 5.99%
G = 25.07%
B = 68.94%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#165CFD (or 0x165CFD) is known color: Royal Blue. HEX triplet: 16, 5C and FD. RGB value is (22,92,253). Sum of RGB (Red+Green+Blue) = 22+92+253=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #165CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #165CFD is #E9A302. Grayscale: #585858. Windows color (decimal): -15311619 or 16604182. OLE color: 16604182.

HSL color Cylindrical-coordinate representation of color #165CFD: hue angle of 221.82º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #165CFD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 22 92 253 -
CMYK 0.91 0.64 0 0.01
HSL 221.82º 0.98% 0.54% -
HSV(B) 221.82º 0.91% 0.99% -
XYZ 21.89 14.92 94.65 -
YUV 89.42 220.31 79.91 -
System Red Green Blue C M Y K H S L
Decimal 22 92 253 0.91 0.64 0 0.01 221.82 0.98 0.54
Hex 16 5C FD 5B 40 0 1 DE 62 36
Octal 26 134 375 133 100 0 1 336 142 66
Binary 10110 1011100 11111101 1011011 1000000 0 1 11011110 1100010 110110

Color Harmonies of #165CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165CFD

Black with #165CFD

Text Example


Text Example

White with #165CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165CFD; }

 p { color: rgb(22,92,253); }

 H1.HeaderClassName
 {
   color: #165CFD;
 }
 .AnyTagClassName
 {
   color: #165CFD;
 }
</style>

background-color css

<style>
 a { background-color: #165CFD; }

 a { background-color: rgb(22,92,253); }

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

border-color css

<style>
 span { border-color: #165CFD; }

 span { border-color: rgb(22,92,253); }

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