Html Css Color HEX #306DFF Royal Blue

📋 copy color: '#306DFF'

red 48 ◦ green 109 ◦ blue 255

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

Shades of Royal Blue #306DFF

Tints of Royal Blue #306DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.46%

 BLUE value IS 255 (100% from 255) = 61.89%

R = 11.65%
G = 26.46%
B = 61.89%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#306DFF (or 0x306DFF) is known color: Royal Blue. HEX triplet: 30, 6D and FF. RGB value is (48,109,255). Sum of RGB (Red+Green+Blue) = 48+109+255=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #306DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306DFF is #CF9200. Grayscale: #6A6A6A. Windows color (decimal): -13603329 or 16739632. OLE color: 16739632.

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

Color convert

RGB 48 109 255 -
CMYK 0.81 0.57 0 0
HSL 222.32º 1% 0.59% -
HSV(B) 222.32º 0.81% 1% -
XYZ 24.74 18.79 96.93 -
YUV 107.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 48 109 255 0.81 0.57 0 0 222.32 1 0.59
Hex 30 6D FF 51 39 0 0 DE 64 3B
Octal 60 155 377 121 71 0 0 336 144 73
Binary 110000 1101101 11111111 1010001 111001 0 0 11011110 1100100 111011

Color Harmonies of #306DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306DFF

Black with #306DFF

Text Example


Text Example

White with #306DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,109,255); }

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

background-color css

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

 a { background-color: rgb(48,109,255); }

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

border-color css

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

 span { border-color: rgb(48,109,255); }

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