Html Css Color HEX #305EFE Royal Blue

📋 copy color: '#305EFE'

red 48 ◦ green 94 ◦ blue 254

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

Shades of Royal Blue #305EFE

Tints of Royal Blue #305EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

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

R = 12.12%
G = 23.74%
B = 64.14%

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

#305EFE (or 0x305EFE) is known color: Royal Blue. HEX triplet: 30, 5E and FE. RGB value is (48,94,254). Sum of RGB (Red+Green+Blue) = 48+94+254=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #305EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EFE is #CFA101. Grayscale: #616161. Windows color (decimal): -13607170 or 16670256. OLE color: 16670256.

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

Color convert

RGB 48 94 254 -
CMYK 0.81 0.63 0 0.00
HSL 226.6º 0.99% 0.59% -
HSV(B) 226.6º 0.81% 1% -
XYZ 23.11 15.79 95.6 -
YUV 98.49 215.76 91.99 -
System Red Green Blue C M Y K H S L
Decimal 48 94 254 0.81 0.63 0 0.00 226.6 0.99 0.59
Hex 30 5E FE 51 3F 0 0 E3 63 3B
Octal 60 136 376 121 77 0 0 343 143 73
Binary 110000 1011110 11111110 1010001 111111 0 0 11100011 1100011 111011

Color Harmonies of #305EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EFE

Black with #305EFE

Text Example


Text Example

White with #305EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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