Html Css Color HEX #306BFE Royal Blue

📋 copy color: '#306BFE'

red 48 ◦ green 107 ◦ blue 254

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

Shades of Royal Blue #306BFE

Tints of Royal Blue #306BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 11.74%
G = 26.16%
B = 62.1%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#306BFE (or 0x306BFE) is known color: Royal Blue. HEX triplet: 30, 6B and FE. RGB value is (48,107,254). Sum of RGB (Red+Green+Blue) = 48+107+254=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #306BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BFE is #CF9401. Grayscale: #696969. Windows color (decimal): -13603842 or 16673584. OLE color: 16673584.

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

Color convert

RGB 48 107 254 -
CMYK 0.81 0.58 0 0.00
HSL 222.82º 0.99% 0.59% -
HSV(B) 222.82º 0.81% 1% -
XYZ 24.37 18.3 96.01 -
YUV 106.12 211.45 86.55 -
System Red Green Blue C M Y K H S L
Decimal 48 107 254 0.81 0.58 0 0.00 222.82 0.99 0.59
Hex 30 6B FE 51 3A 0 0 DF 63 3B
Octal 60 153 376 121 72 0 0 337 143 73
Binary 110000 1101011 11111110 1010001 111010 0 0 11011111 1100011 111011

Color Harmonies of #306BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BFE

Black with #306BFE

Text Example


Text Example

White with #306BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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