Html Css Color HEX #2764EA Royal Blue

📋 copy color: '#2764EA'

red 39 ◦ green 100 ◦ blue 234

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

Shades of Royal Blue #2764EA

Tints of Royal Blue #2764EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.73%

R = 10.46%
G = 26.81%
B = 62.73%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2764EA (or 0x2764EA) is known color: Royal Blue. HEX triplet: 27, 64 and EA. RGB value is (39,100,234). Sum of RGB (Red+Green+Blue) = 39+100+234=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 100 (39.45% from 255 or 26.81% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #2764EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764EA is #D89B15. Grayscale: #606060. Windows color (decimal): -14195478 or 15361063. OLE color: 15361063.

HSL color Cylindrical-coordinate representation of color #2764EA: hue angle of 221.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2764EA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 100 234 -
CMYK 0.83 0.57 0 0.08
HSL 221.23º 0.82% 0.54% -
HSV(B) 221.23º 0.83% 0.92% -
XYZ 20.25 15.49 79.76 -
YUV 97.04 205.29 86.6 -
System Red Green Blue C M Y K H S L
Decimal 39 100 234 0.83 0.57 0 0.08 221.23 0.82 0.54
Hex 27 64 EA 53 39 0 8 DD 52 36
Octal 47 144 352 123 71 0 10 335 122 66
Binary 100111 1100100 11101010 1010011 111001 0 1000 11011101 1010010 110110

Color Harmonies of #2764EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2764EA

Black with #2764EA

Text Example


Text Example

White with #2764EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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