Html Css Color HEX #305FFE Royal Blue

📋 copy color: '#305FFE'

red 48 ◦ green 95 ◦ blue 254

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

Shades of Royal Blue #305FFE

Tints of Royal Blue #305FFE

RGB

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

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

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

R = 12.09%
G = 23.93%
B = 63.98%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#305FFE (or 0x305FFE) is known color: Royal Blue. HEX triplet: 30, 5F and FE. RGB value is (48,95,254). Sum of RGB (Red+Green+Blue) = 48+95+254=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #305FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FFE is #CFA001. Grayscale: #626262. Windows color (decimal): -13606914 or 16670512. OLE color: 16670512.

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

Color convert

RGB 48 95 254 -
CMYK 0.81 0.63 0 0.00
HSL 226.31º 0.99% 0.59% -
HSV(B) 226.31º 0.81% 1% -
XYZ 23.2 15.97 95.63 -
YUV 99.07 215.43 91.57 -
System Red Green Blue C M Y K H S L
Decimal 48 95 254 0.81 0.63 0 0.00 226.31 0.99 0.59
Hex 30 5F FE 51 3F 0 0 E2 63 3B
Octal 60 137 376 121 77 0 0 342 143 73
Binary 110000 1011111 11111110 1010001 111111 0 0 11100010 1100011 111011

Color Harmonies of #305FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FFE

Black with #305FFE

Text Example


Text Example

White with #305FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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