Html Css Color HEX #305FFB Royal Blue

📋 copy color: '#305FFB'

red 48 ◦ green 95 ◦ blue 251

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

Shades of Royal Blue #305FFB

Tints of Royal Blue #305FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

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

R = 12.18%
G = 24.11%
B = 63.71%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#305FFB (or 0x305FFB) is known color: Royal Blue. HEX triplet: 30, 5F and FB. RGB value is (48,95,251). Sum of RGB (Red+Green+Blue) = 48+95+251=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #305FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FFB is #CFA004. Grayscale: #626262. Windows color (decimal): -13606917 or 16473904. OLE color: 16473904.

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

Color convert

RGB 48 95 251 -
CMYK 0.81 0.62 0 0.02
HSL 226.11º 0.96% 0.59% -
HSV(B) 226.11º 0.81% 0.98% -
XYZ 22.72 15.78 93.11 -
YUV 98.73 213.93 91.82 -
System Red Green Blue C M Y K H S L
Decimal 48 95 251 0.81 0.62 0 0.02 226.11 0.96 0.59
Hex 30 5F FB 51 3E 0 2 E2 60 3B
Octal 60 137 373 121 76 0 2 342 140 73
Binary 110000 1011111 11111011 1010001 111110 0 10 11100010 1100000 111011

Color Harmonies of #305FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FFB

Black with #305FFB

Text Example


Text Example

White with #305FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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