Html Css Color HEX #305AFB Royal Blue

📋 copy color: '#305AFB'

red 48 ◦ green 90 ◦ blue 251

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

Shades of Royal Blue #305AFB

Tints of Royal Blue #305AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 12.34%
G = 23.14%
B = 64.52%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#305AFB (or 0x305AFB) is known color: Royal Blue. HEX triplet: 30, 5A and FB. RGB value is (48,90,251). Sum of RGB (Red+Green+Blue) = 48+90+251=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #305AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305AFB is #CFA504. Grayscale: #5F5F5F. Windows color (decimal): -13608197 or 16472624. OLE color: 16472624.

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

Color convert

RGB 48 90 251 -
CMYK 0.81 0.64 0 0.02
HSL 227.59º 0.96% 0.59% -
HSV(B) 227.59º 0.81% 0.98% -
XYZ 22.29 14.91 92.97 -
YUV 95.8 215.59 93.91 -
System Red Green Blue C M Y K H S L
Decimal 48 90 251 0.81 0.64 0 0.02 227.59 0.96 0.59
Hex 30 5A FB 51 40 0 2 E4 60 3B
Octal 60 132 373 121 100 0 2 344 140 73
Binary 110000 1011010 11111011 1010001 1000000 0 10 11100100 1100000 111011

Color Harmonies of #305AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AFB

Black with #305AFB

Text Example


Text Example

White with #305AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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