Html Css Color HEX #2768FD Royal Blue

📋 copy color: '#2768FD'

red 39 ◦ green 104 ◦ blue 253

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

Shades of Royal Blue #2768FD

Tints of Royal Blue #2768FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.89%

R = 9.85%
G = 26.26%
B = 63.89%

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

#2768FD (or 0x2768FD) is known color: Royal Blue. HEX triplet: 27, 68 and FD. RGB value is (39,104,253). Sum of RGB (Red+Green+Blue) = 39+104+253=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #2768FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2768FD is #D89702. Grayscale: #646464. Windows color (decimal): -14194435 or 16607271. OLE color: 16607271.

HSL color Cylindrical-coordinate representation of color #2768FD: hue angle of 221.78º degrees, saturation: 0.98, 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 #2768FD is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 39 104 253 -
CMYK 0.85 0.59 0 0.01
HSL 221.78º 0.98% 0.57% -
HSV(B) 221.78º 0.85% 0.99% -
XYZ 23.52 17.42 95.05 -
YUV 101.55 213.47 83.38 -
System Red Green Blue C M Y K H S L
Decimal 39 104 253 0.85 0.59 0 0.01 221.78 0.98 0.57
Hex 27 68 FD 55 3B 0 1 DE 62 39
Octal 47 150 375 125 73 0 1 336 142 71
Binary 100111 1101000 11111101 1010101 111011 0 1 11011110 1100010 111001

Color Harmonies of #2768FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2768FD

Black with #2768FD

Text Example


Text Example

White with #2768FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2768FD; }

 p { color: rgb(39,104,253); }

 H1.HeaderClassName
 {
   color: #2768FD;
 }
 .AnyTagClassName
 {
   color: #2768FD;
 }
</style>

background-color css

<style>
 a { background-color: #2768FD; }

 a { background-color: rgb(39,104,253); }

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

border-color css

<style>
 span { border-color: #2768FD; }

 span { border-color: rgb(39,104,253); }

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