Html Css Color HEX #305DFC Royal Blue

📋 copy color: '#305DFC'

red 48 ◦ green 93 ◦ blue 252

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

Shades of Royal Blue #305DFC

Tints of Royal Blue #305DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.66%

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

R = 12.21%
G = 23.66%
B = 64.12%

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

#305DFC (or 0x305DFC) is known color: Royal Blue. HEX triplet: 30, 5D and FC. RGB value is (48,93,252). Sum of RGB (Red+Green+Blue) = 48+93+252=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #305DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305DFC is #CFA203. Grayscale: #606060. Windows color (decimal): -13607428 or 16538928. OLE color: 16538928.

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

Color convert

RGB 48 93 252 -
CMYK 0.81 0.63 0 0.01
HSL 226.76º 0.97% 0.59% -
HSV(B) 226.76º 0.81% 0.99% -
XYZ 22.7 15.49 93.89 -
YUV 97.67 215.09 92.57 -
System Red Green Blue C M Y K H S L
Decimal 48 93 252 0.81 0.63 0 0.01 226.76 0.97 0.59
Hex 30 5D FC 51 3F 0 1 E3 61 3B
Octal 60 135 374 121 77 0 1 343 141 73
Binary 110000 1011101 11111100 1010001 111111 0 1 11100011 1100001 111011

Color Harmonies of #305DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DFC

Black with #305DFC

Text Example


Text Example

White with #305DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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