Html Css Color HEX #3067FB Royal Blue

📋 copy color: '#3067FB'

red 48 ◦ green 103 ◦ blue 251

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

Shades of Royal Blue #3067FB

Tints of Royal Blue #3067FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 62.44%

R = 11.94%
G = 25.62%
B = 62.44%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3067FB (or 0x3067FB) is known color: Royal Blue. HEX triplet: 30, 67 and FB. RGB value is (48,103,251). Sum of RGB (Red+Green+Blue) = 48+103+251=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #3067FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3067FB is #CF9804. Grayscale: #666666. Windows color (decimal): -13604869 or 16475952. OLE color: 16475952.

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

Color convert

RGB 48 103 251 -
CMYK 0.81 0.59 0 0.02
HSL 223.74º 0.96% 0.59% -
HSV(B) 223.74º 0.81% 0.98% -
XYZ 23.48 17.29 93.37 -
YUV 103.43 211.28 88.47 -
System Red Green Blue C M Y K H S L
Decimal 48 103 251 0.81 0.59 0 0.02 223.74 0.96 0.59
Hex 30 67 FB 51 3B 0 2 E0 60 3B
Octal 60 147 373 121 73 0 2 340 140 73
Binary 110000 1100111 11111011 1010001 111011 0 10 11100000 1100000 111011

Color Harmonies of #3067FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3067FB

Black with #3067FB

Text Example


Text Example

White with #3067FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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