Html Css Color HEX #3066EB Royal Blue

📋 copy color: '#3066EB'

red 48 ◦ green 102 ◦ blue 235

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

Shades of Royal Blue #3066EB

Tints of Royal Blue #3066EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 12.47%
G = 26.49%
B = 61.04%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3066EB (or 0x3066EB) is known color: Royal Blue. HEX triplet: 30, 66 and EB. RGB value is (48,102,235). Sum of RGB (Red+Green+Blue) = 48+102+235=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #3066EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3066EB is #CF9914. Grayscale: #646464. Windows color (decimal): -13605141 or 15427120. OLE color: 15427120.

HSL color Cylindrical-coordinate representation of color #3066EB: hue angle of 222.67º 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 #3066EB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 102 235 -
CMYK 0.80 0.57 0 0.08
HSL 222.67º 0.82% 0.55% -
HSV(B) 222.67º 0.8% 0.92% -
XYZ 20.97 16.13 80.61 -
YUV 101.02 203.61 90.19 -
System Red Green Blue C M Y K H S L
Decimal 48 102 235 0.80 0.57 0 0.08 222.67 0.82 0.55
Hex 30 66 EB 50 39 0 8 DF 52 37
Octal 60 146 353 120 71 0 10 337 122 67
Binary 110000 1100110 11101011 1010000 111001 0 1000 11011111 1010010 110111

Color Harmonies of #3066EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3066EB

Black with #3066EB

Text Example


Text Example

White with #3066EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3066EB; }

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

 H1.HeaderClassName
 {
   color: #3066EB;
 }
 .AnyTagClassName
 {
   color: #3066EB;
 }
</style>

background-color css

<style>
 a { background-color: #3066EB; }

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

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

border-color css

<style>
 span { border-color: #3066EB; }

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

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