Html Css Color HEX #306BEB Royal Blue

📋 copy color: '#306BEB'

red 48 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #306BEB

Tints of Royal Blue #306BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.26%

R = 12.31%
G = 27.44%
B = 60.26%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#306BEB (or 0x306BEB) is known color: Royal Blue. HEX triplet: 30, 6B and EB. RGB value is (48,107,235). Sum of RGB (Red+Green+Blue) = 48+107+235=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 235 (92.19% from 255 or 60.26% from 390); Max value from RGB is 235 - color contains mainly: blue. Hex color #306BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #306BEB is #CF9414. Grayscale: #676767. Windows color (decimal): -13603861 or 15428400. OLE color: 15428400.

HSL color Cylindrical-coordinate representation of color #306BEB: hue angle of 221.07º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #306BEB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 107 235 -
CMYK 0.80 0.54 0 0.08
HSL 221.07º 0.82% 0.55% -
HSV(B) 221.07º 0.8% 0.92% -
XYZ 21.47 17.14 80.77 -
YUV 103.95 201.95 88.09 -
System Red Green Blue C M Y K H S L
Decimal 48 107 235 0.80 0.54 0 0.08 221.07 0.82 0.55
Hex 30 6B EB 50 36 0 8 DD 52 37
Octal 60 153 353 120 66 0 10 335 122 67
Binary 110000 1101011 11101011 1010000 110110 0 1000 11011101 1010010 110111

Color Harmonies of #306BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306BEB

Black with #306BEB

Text Example


Text Example

White with #306BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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