Html Css Color HEX #305CE6 Royal Blue

📋 copy color: '#305CE6'

red 48 ◦ green 92 ◦ blue 230

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

Shades of Royal Blue #305CE6

Tints of Royal Blue #305CE6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 230 (90.23% from 255) = 62.16%

R = 12.97%
G = 24.86%
B = 62.16%

CMYK

 C value IS 0.79

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#305CE6 (or 0x305CE6) is known color: Royal Blue. HEX triplet: 30, 5C and E6. RGB value is (48,92,230). Sum of RGB (Red+Green+Blue) = 48+92+230=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #305CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CE6 is #CFA319. Grayscale: #5D5D5D. Windows color (decimal): -13607706 or 15096880. OLE color: 15096880.

HSL color Cylindrical-coordinate representation of color #305CE6: hue angle of 225.49º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #305CE6 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 92 230 -
CMYK 0.79 0.60 0 0.10
HSL 225.49º 0.78% 0.55% -
HSV(B) 225.49º 0.79% 0.9% -
XYZ 19.33 14 76.55 -
YUV 94.58 204.42 94.78 -
System Red Green Blue C M Y K H S L
Decimal 48 92 230 0.79 0.60 0 0.10 225.49 0.78 0.55
Hex 30 5C E6 4F 3C 0 A E1 4E 37
Octal 60 134 346 117 74 0 12 341 116 67
Binary 110000 1011100 11100110 1001111 111100 0 1010 11100001 1001110 110111

Color Harmonies of #305CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CE6

Black with #305CE6

Text Example


Text Example

White with #305CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305CE6; }

 p { color: rgb(48,92,230); }

 H1.HeaderClassName
 {
   color: #305CE6;
 }
 .AnyTagClassName
 {
   color: #305CE6;
 }
</style>

background-color css

<style>
 a { background-color: #305CE6; }

 a { background-color: rgb(48,92,230); }

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

border-color css

<style>
 span { border-color: #305CE6; }

 span { border-color: rgb(48,92,230); }

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