Html Css Color HEX #306BFB Royal Blue

📋 copy color: '#306BFB'

red 48 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #306BFB

Tints of Royal Blue #306BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.82%

R = 11.82%
G = 26.35%
B = 61.82%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#306BFB (or 0x306BFB) is known color: Royal Blue. HEX triplet: 30, 6B and FB. RGB value is (48,107,251). Sum of RGB (Red+Green+Blue) = 48+107+251=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #306BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BFB is #CF9404. Grayscale: #696969. Windows color (decimal): -13603845 or 16476976. OLE color: 16476976.

HSL color Cylindrical-coordinate representation of color #306BFB: hue angle of 222.56º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306BFB is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 107 251 -
CMYK 0.81 0.57 0 0.02
HSL 222.56º 0.96% 0.59% -
HSV(B) 222.56º 0.81% 0.98% -
XYZ 23.89 18.11 93.5 -
YUV 105.78 209.95 86.79 -
System Red Green Blue C M Y K H S L
Decimal 48 107 251 0.81 0.57 0 0.02 222.56 0.96 0.59
Hex 30 6B FB 51 39 0 2 DF 60 3B
Octal 60 153 373 121 71 0 2 337 140 73
Binary 110000 1101011 11111011 1010001 111001 0 10 11011111 1100000 111011

Color Harmonies of #306BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BFB

Black with #306BFB

Text Example


Text Example

White with #306BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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