Html Css Color HEX #306CE6 Royal Blue

📋 copy color: '#306CE6'

red 48 ◦ green 108 ◦ blue 230

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

Shades of Royal Blue #306CE6

Tints of Royal Blue #306CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 59.59%

R = 12.44%
G = 27.98%
B = 59.59%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#306CE6 (or 0x306CE6) is known color: Royal Blue. HEX triplet: 30, 6C and E6. RGB value is (48,108,230). Sum of RGB (Red+Green+Blue) = 48+108+230=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #306CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CE6 is #CF9319. Grayscale: #676767. Windows color (decimal): -13603610 or 15100976. OLE color: 15100976.

HSL color Cylindrical-coordinate representation of color #306CE6: hue angle of 220.22º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #306CE6 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 108 230 -
CMYK 0.79 0.53 0 0.10
HSL 220.22º 0.78% 0.55% -
HSV(B) 220.22º 0.79% 0.9% -
XYZ 20.86 17.07 77.06 -
YUV 103.97 199.12 88.08 -
System Red Green Blue C M Y K H S L
Decimal 48 108 230 0.79 0.53 0 0.10 220.22 0.78 0.55
Hex 30 6C E6 4F 35 0 A DC 4E 37
Octal 60 154 346 117 65 0 12 334 116 67
Binary 110000 1101100 11100110 1001111 110101 0 1010 11011100 1001110 110111

Color Harmonies of #306CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CE6

Black with #306CE6

Text Example


Text Example

White with #306CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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