Html Css Color HEX #3067FD Royal Blue

📋 copy color: '#3067FD'

red 48 ◦ green 103 ◦ blue 253

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

Shades of Royal Blue #3067FD

Tints of Royal Blue #3067FD

RGB

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

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

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

R = 11.88%
G = 25.5%
B = 62.62%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3067FD (or 0x3067FD) is known color: Royal Blue. HEX triplet: 30, 67 and FD. RGB value is (48,103,253). Sum of RGB (Red+Green+Blue) = 48+103+253=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 253 (99.22% from 255 or 62.62% from 404); Max value from RGB is 253 - color contains mainly: blue. Hex color #3067FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067FD is #CF9802. Grayscale: #666666. Windows color (decimal): -13604867 or 16607024. OLE color: 16607024.

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

Color convert

RGB 48 103 253 -
CMYK 0.81 0.59 0 0.01
HSL 223.9º 0.98% 0.59% -
HSV(B) 223.9º 0.81% 0.99% -
XYZ 23.8 17.42 95.04 -
YUV 103.66 212.28 88.3 -
System Red Green Blue C M Y K H S L
Decimal 48 103 253 0.81 0.59 0 0.01 223.9 0.98 0.59
Hex 30 67 FD 51 3B 0 1 E0 62 3B
Octal 60 147 375 121 73 0 1 340 142 73
Binary 110000 1100111 11111101 1010001 111011 0 1 11100000 1100010 111011

Color Harmonies of #3067FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067FD

Black with #3067FD

Text Example


Text Example

White with #3067FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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