Html Css Color HEX #3064FC Royal Blue

📋 copy color: '#3064FC'

red 48 ◦ green 100 ◦ blue 252

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

Shades of Royal Blue #3064FC

Tints of Royal Blue #3064FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 252 (98.83% from 255) = 63%

R = 12%
G = 25%
B = 63%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3064FC (or 0x3064FC) is known color: Royal Blue. HEX triplet: 30, 64 and FC. RGB value is (48,100,252). Sum of RGB (Red+Green+Blue) = 48+100+252=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #3064FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3064FC is #CF9B03. Grayscale: #656565. Windows color (decimal): -13605636 or 16540720. OLE color: 16540720.

HSL color Cylindrical-coordinate representation of color #3064FC: hue angle of 224.71º degrees, saturation: 0.97, 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 #3064FC is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 100 252 -
CMYK 0.81 0.60 0 0.01
HSL 224.71º 0.97% 0.59% -
HSV(B) 224.71º 0.81% 0.99% -
XYZ 23.35 16.77 94.1 -
YUV 101.78 212.77 89.64 -
System Red Green Blue C M Y K H S L
Decimal 48 100 252 0.81 0.60 0 0.01 224.71 0.97 0.59
Hex 30 64 FC 51 3C 0 1 E1 61 3B
Octal 60 144 374 121 74 0 1 341 141 73
Binary 110000 1100100 11111100 1010001 111100 0 1 11100001 1100001 111011

Color Harmonies of #3064FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3064FC

Black with #3064FC

Text Example


Text Example

White with #3064FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3064FC; }

 p { color: rgb(48,100,252); }

 H1.HeaderClassName
 {
   color: #3064FC;
 }
 .AnyTagClassName
 {
   color: #3064FC;
 }
</style>

background-color css

<style>
 a { background-color: #3064FC; }

 a { background-color: rgb(48,100,252); }

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

border-color css

<style>
 span { border-color: #3064FC; }

 span { border-color: rgb(48,100,252); }

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