Html Css Color HEX #2764FA Royal Blue

📋 copy color: '#2764FA'

red 39 ◦ green 100 ◦ blue 250

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

Shades of Royal Blue #2764FA

Tints of Royal Blue #2764FA

RGB

 RED value IS 39 (15.63% from 255) = 10.03%

 GREEN value IS 100 (39.45% from 255) = 25.71%

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

R = 10.03%
G = 25.71%
B = 64.27%

CMYK

 C value IS 0.84

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2764FA (or 0x2764FA) is known color: Royal Blue. HEX triplet: 27, 64 and FA. RGB value is (39,100,250). Sum of RGB (Red+Green+Blue) = 39+100+250=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #2764FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764FA is #D89B05. Grayscale: #626262. Windows color (decimal): -14195462 or 16409639. OLE color: 16409639.

HSL color Cylindrical-coordinate representation of color #2764FA: hue angle of 222.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2764FA is Cyan = 0.84, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 100 250 -
CMYK 0.84 0.6 0 0.02
HSL 222.65º 0.95% 0.57% -
HSV(B) 222.65º 0.84% 0.98% -
XYZ 22.65 16.45 92.42 -
YUV 98.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 39 100 250 0.84 0.6 0 0.02 222.65 0.95 0.57
Hex 27 64 FA 54 3C 0 2 DF 5F 39
Octal 47 144 372 124 74 0 2 337 137 71
Binary 100111 1100100 11111010 1010100 111100 0 10 11011111 1011111 111001

Color Harmonies of #2764FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2764FA

Black with #2764FA

Text Example


Text Example

White with #2764FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,100,250); }

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

background-color css

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

 a { background-color: rgb(39,100,250); }

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

border-color css

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

 span { border-color: rgb(39,100,250); }

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