Html Css Color HEX #305CFB Royal Blue

📋 copy color: '#305CFB'

red 48 ◦ green 92 ◦ blue 251

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

Shades of Royal Blue #305CFB

Tints of Royal Blue #305CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 12.28%
G = 23.53%
B = 64.19%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#305CFB (or 0x305CFB) is known color: Royal Blue. HEX triplet: 30, 5C and FB. RGB value is (48,92,251). Sum of RGB (Red+Green+Blue) = 48+92+251=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #305CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CFB is #CFA304. Grayscale: #606060. Windows color (decimal): -13607685 or 16473136. OLE color: 16473136.

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

Color convert

RGB 48 92 251 -
CMYK 0.81 0.63 0 0.02
HSL 227º 0.96% 0.59% -
HSV(B) 227º 0.81% 0.98% -
XYZ 22.46 15.25 93.03 -
YUV 96.97 214.92 93.07 -
System Red Green Blue C M Y K H S L
Decimal 48 92 251 0.81 0.63 0 0.02 227 0.96 0.59
Hex 30 5C FB 51 3F 0 2 E3 60 3B
Octal 60 134 373 121 77 0 2 343 140 73
Binary 110000 1011100 11111011 1010001 111111 0 10 11100011 1100000 111011

Color Harmonies of #305CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CFB

Black with #305CFB

Text Example


Text Example

White with #305CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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