Html Css Color HEX #306AFB Royal Blue

📋 copy color: '#306AFB'

red 48 ◦ green 106 ◦ blue 251

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

Shades of Royal Blue #306AFB

Tints of Royal Blue #306AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.17%

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

R = 11.85%
G = 26.17%
B = 61.98%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#306AFB (or 0x306AFB) is known color: Royal Blue. HEX triplet: 30, 6A and FB. RGB value is (48,106,251). Sum of RGB (Red+Green+Blue) = 48+106+251=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #306AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306AFB is #CF9504. Grayscale: #686868. Windows color (decimal): -13604101 or 16476720. OLE color: 16476720.

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

Color convert

RGB 48 106 251 -
CMYK 0.81 0.58 0 0.02
HSL 222.86º 0.96% 0.59% -
HSV(B) 222.86º 0.81% 0.98% -
XYZ 23.79 17.9 93.47 -
YUV 105.19 210.28 87.21 -
System Red Green Blue C M Y K H S L
Decimal 48 106 251 0.81 0.58 0 0.02 222.86 0.96 0.59
Hex 30 6A FB 51 3A 0 2 DF 60 3B
Octal 60 152 373 121 72 0 2 337 140 73
Binary 110000 1101010 11111011 1010001 111010 0 10 11011111 1100000 111011

Color Harmonies of #306AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306AFB

Black with #306AFB

Text Example


Text Example

White with #306AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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