Html Css Color HEX #305EFC Royal Blue

📋 copy color: '#305EFC'

red 48 ◦ green 94 ◦ blue 252

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

Shades of Royal Blue #305EFC

Tints of Royal Blue #305EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 63.96%

R = 12.18%
G = 23.86%
B = 63.96%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#305EFC (or 0x305EFC) is known color: Royal Blue. HEX triplet: 30, 5E and FC. RGB value is (48,94,252). Sum of RGB (Red+Green+Blue) = 48+94+252=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #305EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305EFC is #CFA103. Grayscale: #616161. Windows color (decimal): -13607172 or 16539184. OLE color: 16539184.

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

Color convert

RGB 48 94 252 -
CMYK 0.81 0.63 0 0.01
HSL 226.47º 0.97% 0.59% -
HSV(B) 226.47º 0.81% 0.99% -
XYZ 22.79 15.66 93.92 -
YUV 98.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 48 94 252 0.81 0.63 0 0.01 226.47 0.97 0.59
Hex 30 5E FC 51 3F 0 1 E2 61 3B
Octal 60 136 374 121 77 0 1 342 141 73
Binary 110000 1011110 11111100 1010001 111111 0 1 11100010 1100001 111011

Color Harmonies of #305EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305EFC

Black with #305EFC

Text Example


Text Example

White with #305EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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