Html Css Color HEX #306BFA Royal Blue

📋 copy color: '#306BFA'

red 48 ◦ green 107 ◦ blue 250

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

Shades of Royal Blue #306BFA

Tints of Royal Blue #306BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 11.85%
G = 26.42%
B = 61.73%

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

#306BFA (or 0x306BFA) is known color: Royal Blue. HEX triplet: 30, 6B and FA. RGB value is (48,107,250). Sum of RGB (Red+Green+Blue) = 48+107+250=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #306BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BFA is #CF9405. Grayscale: #696969. Windows color (decimal): -13603846 or 16411440. OLE color: 16411440.

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

Color convert

RGB 48 107 250 -
CMYK 0.81 0.57 0 0.02
HSL 222.48º 0.95% 0.58% -
HSV(B) 222.48º 0.81% 0.98% -
XYZ 23.73 18.05 92.67 -
YUV 105.66 209.45 86.87 -
System Red Green Blue C M Y K H S L
Decimal 48 107 250 0.81 0.57 0 0.02 222.48 0.95 0.58
Hex 30 6B FA 51 39 0 2 DE 5F 3A
Octal 60 153 372 121 71 0 2 336 137 72
Binary 110000 1101011 11111010 1010001 111001 0 10 11011110 1011111 111010

Color Harmonies of #306BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BFA

Black with #306BFA

Text Example


Text Example

White with #306BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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