Html Css Color HEX #306AFF Royal Blue

📋 copy color: '#306AFF'

red 48 ◦ green 106 ◦ blue 255

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

Shades of Royal Blue #306AFF

Tints of Royal Blue #306AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.35%

R = 11.74%
G = 25.92%
B = 62.35%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#306AFF (or 0x306AFF) is known color: Royal Blue. HEX triplet: 30, 6A and FF. RGB value is (48,106,255). Sum of RGB (Red+Green+Blue) = 48+106+255=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #306AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AFF is #CF9500. Grayscale: #686868. Windows color (decimal): -13604097 or 16738864. OLE color: 16738864.

HSL color Cylindrical-coordinate representation of color #306AFF: hue angle of 223.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306AFF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 106 255 -
CMYK 0.81 0.58 0 0
HSL 223.19º 1% 0.59% -
HSV(B) 223.19º 0.81% 1% -
XYZ 24.42 18.16 96.83 -
YUV 105.64 212.28 86.88 -
System Red Green Blue C M Y K H S L
Decimal 48 106 255 0.81 0.58 0 0 223.19 1 0.59
Hex 30 6A FF 51 3A 0 0 DF 64 3B
Octal 60 152 377 121 72 0 0 337 144 73
Binary 110000 1101010 11111111 1010001 111010 0 0 11011111 1100100 111011

Color Harmonies of #306AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AFF

Black with #306AFF

Text Example


Text Example

White with #306AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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