Html Css Color HEX #306AF5 Royal Blue

📋 copy color: '#306AF5'

red 48 ◦ green 106 ◦ blue 245

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

Shades of Royal Blue #306AF5

Tints of Royal Blue #306AF5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.57%

 BLUE value IS 245 (96.09% from 255) = 61.4%

R = 12.03%
G = 26.57%
B = 61.4%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#306AF5 (or 0x306AF5) is known color: Royal Blue. HEX triplet: 30, 6A and F5. RGB value is (48,106,245). Sum of RGB (Red+Green+Blue) = 48+106+245=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 245 (96.09% from 255 or 61.40% from 399); Max value from RGB is 245 - color contains mainly: blue. Hex color #306AF5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AF5 is #CF950A. Grayscale: #676767. Windows color (decimal): -13604107 or 16083504. OLE color: 16083504.

HSL color Cylindrical-coordinate representation of color #306AF5: hue angle of 222.34º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306AF5 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 106 245 -
CMYK 0.80 0.57 0 0.04
HSL 222.34º 0.91% 0.57% -
HSV(B) 222.34º 0.8% 0.96% -
XYZ 22.85 17.53 88.57 -
YUV 104.5 207.28 87.7 -
System Red Green Blue C M Y K H S L
Decimal 48 106 245 0.80 0.57 0 0.04 222.34 0.91 0.57
Hex 30 6A F5 50 39 0 4 DE 5B 39
Octal 60 152 365 120 71 0 4 336 133 71
Binary 110000 1101010 11110101 1010000 111001 0 100 11011110 1011011 111001

Color Harmonies of #306AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AF5

Black with #306AF5

Text Example


Text Example

White with #306AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306AF5; }

 p { color: rgb(48,106,245); }

 H1.HeaderClassName
 {
   color: #306AF5;
 }
 .AnyTagClassName
 {
   color: #306AF5;
 }
</style>

background-color css

<style>
 a { background-color: #306AF5; }

 a { background-color: rgb(48,106,245); }

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

border-color css

<style>
 span { border-color: #306AF5; }

 span { border-color: rgb(48,106,245); }

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