Html Css Color HEX #305FFF Royal Blue

📋 copy color: '#305FFF'

red 48 ◦ green 95 ◦ blue 255

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

Shades of Royal Blue #305FFF

Tints of Royal Blue #305FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 255 (100% from 255) = 64.07%

R = 12.06%
G = 23.87%
B = 64.07%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#305FFF (or 0x305FFF) is known color: Royal Blue. HEX triplet: 30, 5F and FF. RGB value is (48,95,255). Sum of RGB (Red+Green+Blue) = 48+95+255=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #305FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FFF is #CFA000. Grayscale: #626262. Windows color (decimal): -13606913 or 16736048. OLE color: 16736048.

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

Color convert

RGB 48 95 255 -
CMYK 0.81 0.63 0 0
HSL 226.38º 1% 0.59% -
HSV(B) 226.38º 0.81% 1% -
XYZ 23.36 16.03 96.47 -
YUV 99.19 215.93 91.49 -
System Red Green Blue C M Y K H S L
Decimal 48 95 255 0.81 0.63 0 0 226.38 1 0.59
Hex 30 5F FF 51 3F 0 0 E2 64 3B
Octal 60 137 377 121 77 0 0 342 144 73
Binary 110000 1011111 11111111 1010001 111111 0 0 11100010 1100100 111011

Color Harmonies of #305FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FFF

Black with #305FFF

Text Example


Text Example

White with #305FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305FFF; }

 p { color: rgb(48,95,255); }

 H1.HeaderClassName
 {
   color: #305FFF;
 }
 .AnyTagClassName
 {
   color: #305FFF;
 }
</style>

background-color css

<style>
 a { background-color: #305FFF; }

 a { background-color: rgb(48,95,255); }

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

border-color css

<style>
 span { border-color: #305FFF; }

 span { border-color: rgb(48,95,255); }

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