Html Css Color HEX #306CFE Royal Blue

📋 copy color: '#306CFE'

red 48 ◦ green 108 ◦ blue 254

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

Shades of Royal Blue #306CFE

Tints of Royal Blue #306CFE

RGB

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

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

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

R = 11.71%
G = 26.34%
B = 61.95%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#306CFE (or 0x306CFE) is known color: Royal Blue. HEX triplet: 30, 6C and FE. RGB value is (48,108,254). Sum of RGB (Red+Green+Blue) = 48+108+254=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #306CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CFE is #CF9301. Grayscale: #6A6A6A. Windows color (decimal): -13603586 or 16673840. OLE color: 16673840.

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

Color convert

RGB 48 108 254 -
CMYK 0.81 0.57 0 0.00
HSL 222.52º 0.99% 0.59% -
HSV(B) 222.52º 0.81% 1% -
XYZ 24.47 18.51 96.05 -
YUV 106.7 211.12 86.13 -
System Red Green Blue C M Y K H S L
Decimal 48 108 254 0.81 0.57 0 0.00 222.52 0.99 0.59
Hex 30 6C FE 51 39 0 0 DF 63 3B
Octal 60 154 376 121 71 0 0 337 143 73
Binary 110000 1101100 11111110 1010001 111001 0 0 11011111 1100011 111011

Color Harmonies of #306CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CFE

Black with #306CFE

Text Example


Text Example

White with #306CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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