Html Css Color HEX #3067FE Royal Blue

📋 copy color: '#3067FE'

red 48 ◦ green 103 ◦ blue 254

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

Shades of Royal Blue #3067FE

Tints of Royal Blue #3067FE

RGB

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

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

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

R = 11.85%
G = 25.43%
B = 62.72%

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

#3067FE (or 0x3067FE) is known color: Royal Blue. HEX triplet: 30, 67 and FE. RGB value is (48,103,254). Sum of RGB (Red+Green+Blue) = 48+103+254=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #3067FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067FE is #CF9801. Grayscale: #676767. Windows color (decimal): -13604866 or 16672560. OLE color: 16672560.

HSL color Cylindrical-coordinate representation of color #3067FE: hue angle of 223.98º 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 #3067FE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 48 103 254 -
CMYK 0.81 0.59 0 0.00
HSL 223.98º 0.99% 0.59% -
HSV(B) 223.98º 0.81% 1% -
XYZ 23.96 17.48 95.88 -
YUV 103.77 212.78 88.22 -
System Red Green Blue C M Y K H S L
Decimal 48 103 254 0.81 0.59 0 0.00 223.98 0.99 0.59
Hex 30 67 FE 51 3B 0 0 E0 63 3B
Octal 60 147 376 121 73 0 0 340 143 73
Binary 110000 1100111 11111110 1010001 111011 0 0 11100000 1100011 111011

Color Harmonies of #3067FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067FE

Black with #3067FE

Text Example


Text Example

White with #3067FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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