Html Css Color HEX #3065F9 Royal Blue

📋 copy color: '#3065F9'

red 48 ◦ green 101 ◦ blue 249

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

Shades of Royal Blue #3065F9

Tints of Royal Blue #3065F9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 12.06%
G = 25.38%
B = 62.56%

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

#3065F9 (or 0x3065F9) is known color: Royal Blue. HEX triplet: 30, 65 and F9. RGB value is (48,101,249). Sum of RGB (Red+Green+Blue) = 48+101+249=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #3065F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3065F9 is #CF9A06. Grayscale: #656565. Windows color (decimal): -13605383 or 16344368. OLE color: 16344368.

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

Color convert

RGB 48 101 249 -
CMYK 0.81 0.59 0 0.02
HSL 224.18º 0.94% 0.58% -
HSV(B) 224.18º 0.81% 0.98% -
XYZ 22.97 16.78 91.65 -
YUV 102.03 210.94 89.47 -
System Red Green Blue C M Y K H S L
Decimal 48 101 249 0.81 0.59 0 0.02 224.18 0.94 0.58
Hex 30 65 F9 51 3B 0 2 E0 5E 3A
Octal 60 145 371 121 73 0 2 340 136 72
Binary 110000 1100101 11111001 1010001 111011 0 10 11100000 1011110 111010

Color Harmonies of #3065F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3065F9

Black with #3065F9

Text Example


Text Example

White with #3065F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3065F9; }

 p { color: rgb(48,101,249); }

 H1.HeaderClassName
 {
   color: #3065F9;
 }
 .AnyTagClassName
 {
   color: #3065F9;
 }
</style>

background-color css

<style>
 a { background-color: #3065F9; }

 a { background-color: rgb(48,101,249); }

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

border-color css

<style>
 span { border-color: #3065F9; }

 span { border-color: rgb(48,101,249); }

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