Html Css Color HEX #2764FF Royal Blue

📋 copy color: '#2764FF'

red 39 ◦ green 100 ◦ blue 255

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

Shades of Royal Blue #2764FF

Tints of Royal Blue #2764FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.72%

R = 9.9%
G = 25.38%
B = 64.72%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2764FF (or 0x2764FF) is known color: Royal Blue. HEX triplet: 27, 64 and FF. RGB value is (39,100,255). Sum of RGB (Red+Green+Blue) = 39+100+255=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #2764FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764FF is #D89B00. Grayscale: #626262. Windows color (decimal): -14195457 or 16737319. OLE color: 16737319.

HSL color Cylindrical-coordinate representation of color #2764FF: hue angle of 223.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2764FF is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 39 100 255 -
CMYK 0.85 0.61 0 0
HSL 223.06º 1% 0.58% -
HSV(B) 223.06º 0.85% 1% -
XYZ 23.44 16.77 96.61 -
YUV 99.43 215.79 84.9 -
System Red Green Blue C M Y K H S L
Decimal 39 100 255 0.85 0.61 0 0 223.06 1 0.58
Hex 27 64 FF 55 3D 0 0 DF 64 3A
Octal 47 144 377 125 75 0 0 337 144 72
Binary 100111 1100100 11111111 1010101 111101 0 0 11011111 1100100 111010

Color Harmonies of #2764FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2764FF

Black with #2764FF

Text Example


Text Example

White with #2764FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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