Html Css Color HEX #306CFB Royal Blue

📋 copy color: '#306CFB'

red 48 ◦ green 108 ◦ blue 251

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

Shades of Royal Blue #306CFB

Tints of Royal Blue #306CFB

RGB

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

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

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

R = 11.79%
G = 26.54%
B = 61.67%

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

#306CFB (or 0x306CFB) is known color: Royal Blue. HEX triplet: 30, 6C and FB. RGB value is (48,108,251). Sum of RGB (Red+Green+Blue) = 48+108+251=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #306CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306CFB is #CF9304. Grayscale: #696969. Windows color (decimal): -13603589 or 16477232. OLE color: 16477232.

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

Color convert

RGB 48 108 251 -
CMYK 0.81 0.57 0 0.02
HSL 222.27º 0.96% 0.59% -
HSV(B) 222.27º 0.81% 0.98% -
XYZ 23.99 18.32 93.54 -
YUV 106.36 209.62 86.37 -
System Red Green Blue C M Y K H S L
Decimal 48 108 251 0.81 0.57 0 0.02 222.27 0.96 0.59
Hex 30 6C FB 51 39 0 2 DE 60 3B
Octal 60 154 373 121 71 0 2 336 140 73
Binary 110000 1101100 11111011 1010001 111001 0 10 11011110 1100000 111011

Color Harmonies of #306CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306CFB

Black with #306CFB

Text Example


Text Example

White with #306CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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