Html Css Color HEX #306FFE Royal Blue

📋 copy color: '#306FFE'

red 48 ◦ green 111 ◦ blue 254

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

Shades of Royal Blue #306FFE

Tints of Royal Blue #306FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.88%

 BLUE value IS 254 (99.61% from 255) = 61.5%

R = 11.62%
G = 26.88%
B = 61.5%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#306FFE (or 0x306FFE) is known color: Royal Blue. HEX triplet: 30, 6F and FE. RGB value is (48,111,254). Sum of RGB (Red+Green+Blue) = 48+111+254=413 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.62% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #306FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306FFE is #CF9001. Grayscale: #6B6B6B. Windows color (decimal): -13602818 or 16674608. OLE color: 16674608.

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

Color convert

RGB 48 111 254 -
CMYK 0.81 0.56 0 0.00
HSL 221.65º 0.99% 0.59% -
HSV(B) 221.65º 0.81% 1% -
XYZ 24.79 19.15 96.16 -
YUV 108.47 210.13 84.87 -
System Red Green Blue C M Y K H S L
Decimal 48 111 254 0.81 0.56 0 0.00 221.65 0.99 0.59
Hex 30 6F FE 51 38 0 0 DE 63 3B
Octal 60 157 376 121 70 0 0 336 143 73
Binary 110000 1101111 11111110 1010001 111000 0 0 11011110 1100011 111011

Color Harmonies of #306FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306FFE

Black with #306FFE

Text Example


Text Example

White with #306FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,111,254); }

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

background-color css

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

 a { background-color: rgb(48,111,254); }

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

border-color css

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

 span { border-color: rgb(48,111,254); }

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