Html Css Color HEX #306BFD Royal Blue

📋 copy color: '#306BFD'

red 48 ◦ green 107 ◦ blue 253

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

Shades of Royal Blue #306BFD

Tints of Royal Blue #306BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 62.01%

R = 11.76%
G = 26.23%
B = 62.01%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#306BFD (or 0x306BFD) is known color: Royal Blue. HEX triplet: 30, 6B and FD. RGB value is (48,107,253). Sum of RGB (Red+Green+Blue) = 48+107+253=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #306BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BFD is #CF9402. Grayscale: #696969. Windows color (decimal): -13603843 or 16608048. OLE color: 16608048.

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

Color convert

RGB 48 107 253 -
CMYK 0.81 0.58 0 0.01
HSL 222.73º 0.98% 0.59% -
HSV(B) 222.73º 0.81% 0.99% -
XYZ 24.21 18.24 95.17 -
YUV 106 210.95 86.63 -
System Red Green Blue C M Y K H S L
Decimal 48 107 253 0.81 0.58 0 0.01 222.73 0.98 0.59
Hex 30 6B FD 51 3A 0 1 DF 62 3B
Octal 60 153 375 121 72 0 1 337 142 73
Binary 110000 1101011 11111101 1010001 111010 0 1 11011111 1100010 111011

Color Harmonies of #306BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BFD

Black with #306BFD

Text Example


Text Example

White with #306BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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