Html Css Color HEX #306CFF Royal Blue

📋 copy color: '#306CFF'

red 48 ◦ green 108 ◦ blue 255

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

Shades of Royal Blue #306CFF

Tints of Royal Blue #306CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.28%

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

R = 11.68%
G = 26.28%
B = 62.04%

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

#306CFF (or 0x306CFF) is known color: Royal Blue. HEX triplet: 30, 6C and FF. RGB value is (48,108,255). Sum of RGB (Red+Green+Blue) = 48+108+255=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #306CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CFF is #CF9300. Grayscale: #6A6A6A. Windows color (decimal): -13603585 or 16739376. OLE color: 16739376.

HSL color Cylindrical-coordinate representation of color #306CFF: hue angle of 222.61º 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 #306CFF is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 108 255 -
CMYK 0.81 0.58 0 0
HSL 222.61º 1% 0.59% -
HSV(B) 222.61º 0.81% 1% -
XYZ 24.63 18.57 96.89 -
YUV 106.82 211.62 86.05 -
System Red Green Blue C M Y K H S L
Decimal 48 108 255 0.81 0.58 0 0 222.61 1 0.59
Hex 30 6C FF 51 3A 0 0 DF 64 3B
Octal 60 154 377 121 72 0 0 337 144 73
Binary 110000 1101100 11111111 1010001 111010 0 0 11011111 1100100 111011

Color Harmonies of #306CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CFF

Black with #306CFF

Text Example


Text Example

White with #306CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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