Html Css Color HEX #2168FA Royal Blue

📋 copy color: '#2168FA'

red 33 ◦ green 104 ◦ blue 250

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

Shades of Royal Blue #2168FA

Tints of Royal Blue #2168FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.87%

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 8.53%
G = 26.87%
B = 64.6%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2168FA (or 0x2168FA) is known color: Royal Blue. HEX triplet: 21, 68 and FA. RGB value is (33,104,250). Sum of RGB (Red+Green+Blue) = 33+104+250=387 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.53% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #2168FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2168FA is #DE9705. Grayscale: #626262. Windows color (decimal): -14587654 or 16410657. OLE color: 16410657.

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

Color convert

RGB 33 104 250 -
CMYK 0.87 0.58 0 0.02
HSL 220.37º 0.96% 0.55% -
HSV(B) 220.37º 0.87% 0.98% -
XYZ 22.83 17.13 92.54 -
YUV 99.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 33 104 250 0.87 0.58 0 0.02 220.37 0.96 0.55
Hex 21 68 FA 57 3A 0 2 DC 60 37
Octal 41 150 372 127 72 0 2 334 140 67
Binary 100001 1101000 11111010 1010111 111010 0 10 11011100 1100000 110111

Color Harmonies of #2168FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2168FA

Black with #2168FA

Text Example


Text Example

White with #2168FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2168FA; }

 p { color: rgb(33,104,250); }

 H1.HeaderClassName
 {
   color: #2168FA;
 }
 .AnyTagClassName
 {
   color: #2168FA;
 }
</style>

background-color css

<style>
 a { background-color: #2168FA; }

 a { background-color: rgb(33,104,250); }

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

border-color css

<style>
 span { border-color: #2168FA; }

 span { border-color: rgb(33,104,250); }

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