Html Css Color HEX #2767FC Royal Blue

📋 copy color: '#2767FC'

red 39 ◦ green 103 ◦ blue 252

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

Shades of Royal Blue #2767FC

Tints of Royal Blue #2767FC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.14%

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 9.9%
G = 26.14%
B = 63.96%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2767FC (or 0x2767FC) is known color: Royal Blue. HEX triplet: 27, 67 and FC. RGB value is (39,103,252). Sum of RGB (Red+Green+Blue) = 39+103+252=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #2767FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2767FC is #D89803. Grayscale: #646464. Windows color (decimal): -14194692 or 16541479. OLE color: 16541479.

HSL color Cylindrical-coordinate representation of color #2767FC: hue angle of 221.97º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2767FC is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 103 252 -
CMYK 0.85 0.59 0 0.01
HSL 221.97º 0.97% 0.57% -
HSV(B) 221.97º 0.85% 0.99% -
XYZ 23.26 17.16 94.18 -
YUV 100.85 213.3 83.88 -
System Red Green Blue C M Y K H S L
Decimal 39 103 252 0.85 0.59 0 0.01 221.97 0.97 0.57
Hex 27 67 FC 55 3B 0 1 DE 61 39
Octal 47 147 374 125 73 0 1 336 141 71
Binary 100111 1100111 11111100 1010101 111011 0 1 11011110 1100001 111001

Color Harmonies of #2767FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2767FC

Black with #2767FC

Text Example


Text Example

White with #2767FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2767FC; }

 p { color: rgb(39,103,252); }

 H1.HeaderClassName
 {
   color: #2767FC;
 }
 .AnyTagClassName
 {
   color: #2767FC;
 }
</style>

background-color css

<style>
 a { background-color: #2767FC; }

 a { background-color: rgb(39,103,252); }

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

border-color css

<style>
 span { border-color: #2767FC; }

 span { border-color: rgb(39,103,252); }

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