Html Css Color HEX #3062FA Royal Blue

📋 copy color: '#3062FA'

red 48 ◦ green 98 ◦ blue 250

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

Shades of Royal Blue #3062FA

Tints of Royal Blue #3062FA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

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

R = 12.12%
G = 24.75%
B = 63.13%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3062FA (or 0x3062FA) is known color: Royal Blue. HEX triplet: 30, 62 and FA. RGB value is (48,98,250). Sum of RGB (Red+Green+Blue) = 48+98+250=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #3062FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3062FA is #CF9D05. Grayscale: #636363. Windows color (decimal): -13606150 or 16409136. OLE color: 16409136.

HSL color Cylindrical-coordinate representation of color #3062FA: hue angle of 225.15º 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 #3062FA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 98 250 -
CMYK 0.81 0.61 0 0.02
HSL 225.15º 0.95% 0.58% -
HSV(B) 225.15º 0.81% 0.98% -
XYZ 22.84 16.27 92.38 -
YUV 100.38 212.44 90.64 -
System Red Green Blue C M Y K H S L
Decimal 48 98 250 0.81 0.61 0 0.02 225.15 0.95 0.58
Hex 30 62 FA 51 3D 0 2 E1 5F 3A
Octal 60 142 372 121 75 0 2 341 137 72
Binary 110000 1100010 11111010 1010001 111101 0 10 11100001 1011111 111010

Color Harmonies of #3062FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3062FA

Black with #3062FA

Text Example


Text Example

White with #3062FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3062FA; }

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

 H1.HeaderClassName
 {
   color: #3062FA;
 }
 .AnyTagClassName
 {
   color: #3062FA;
 }
</style>

background-color css

<style>
 a { background-color: #3062FA; }

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

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

border-color css

<style>
 span { border-color: #3062FA; }

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

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