Html Css Color HEX #3068FE Royal Blue

📋 copy color: '#3068FE'

red 48 ◦ green 104 ◦ blue 254

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

Shades of Royal Blue #3068FE

Tints of Royal Blue #3068FE

RGB

 RED value IS 48 (19.14% from 255) = 11.82%

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

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 11.82%
G = 25.62%
B = 62.56%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3068FE (or 0x3068FE) is known color: Royal Blue. HEX triplet: 30, 68 and FE. RGB value is (48,104,254). Sum of RGB (Red+Green+Blue) = 48+104+254=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #3068FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3068FE is #CF9701. Grayscale: #676767. Windows color (decimal): -13604610 or 16672816. OLE color: 16672816.

HSL color Cylindrical-coordinate representation of color #3068FE: hue angle of 223.69º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3068FE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 104 254 -
CMYK 0.81 0.59 0 0.00
HSL 223.69º 0.99% 0.59% -
HSV(B) 223.69º 0.81% 1% -
XYZ 24.06 17.68 95.91 -
YUV 104.36 212.45 87.8 -
System Red Green Blue C M Y K H S L
Decimal 48 104 254 0.81 0.59 0 0.00 223.69 0.99 0.59
Hex 30 68 FE 51 3B 0 0 E0 63 3B
Octal 60 150 376 121 73 0 0 340 143 73
Binary 110000 1101000 11111110 1010001 111011 0 0 11100000 1100011 111011

Color Harmonies of #3068FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3068FE

Black with #3068FE

Text Example


Text Example

White with #3068FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3068FE; }

 p { color: rgb(48,104,254); }

 H1.HeaderClassName
 {
   color: #3068FE;
 }
 .AnyTagClassName
 {
   color: #3068FE;
 }
</style>

background-color css

<style>
 a { background-color: #3068FE; }

 a { background-color: rgb(48,104,254); }

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

border-color css

<style>
 span { border-color: #3068FE; }

 span { border-color: rgb(48,104,254); }

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