Html Css Color HEX #305CFD Royal Blue

📋 copy color: '#305CFD'

red 48 ◦ green 92 ◦ blue 253

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

Shades of Royal Blue #305CFD

Tints of Royal Blue #305CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.41%

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 12.21%
G = 23.41%
B = 64.38%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#305CFD (or 0x305CFD) is known color: Royal Blue. HEX triplet: 30, 5C and FD. RGB value is (48,92,253). Sum of RGB (Red+Green+Blue) = 48+92+253=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #305CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CFD is #CFA302. Grayscale: #606060. Windows color (decimal): -13607683 or 16604208. OLE color: 16604208.

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

Color convert

RGB 48 92 253 -
CMYK 0.81 0.64 0 0.01
HSL 227.12º 0.98% 0.59% -
HSV(B) 227.12º 0.81% 0.99% -
XYZ 22.78 15.37 94.7 -
YUV 97.2 215.92 92.91 -
System Red Green Blue C M Y K H S L
Decimal 48 92 253 0.81 0.64 0 0.01 227.12 0.98 0.59
Hex 30 5C FD 51 40 0 1 E3 62 3B
Octal 60 134 375 121 100 0 1 343 142 73
Binary 110000 1011100 11111101 1010001 1000000 0 1 11100011 1100010 111011

Color Harmonies of #305CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CFD

Black with #305CFD

Text Example


Text Example

White with #305CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,253); }

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

background-color css

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

 a { background-color: rgb(48,92,253); }

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

border-color css

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

 span { border-color: rgb(48,92,253); }

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