Html Css Color HEX #305FEB Royal Blue

📋 copy color: '#305FEB'

red 48 ◦ green 95 ◦ blue 235

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

Shades of Royal Blue #305FEB

Tints of Royal Blue #305FEB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.13%

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

R = 12.7%
G = 25.13%
B = 62.17%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#305FEB (or 0x305FEB) is known color: Royal Blue. HEX triplet: 30, 5F and EB. RGB value is (48,95,235). Sum of RGB (Red+Green+Blue) = 48+95+235=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 95 (37.5% from 255 or 25.13% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #305FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305FEB is #CFA014. Grayscale: #606060. Windows color (decimal): -13606933 or 15425328. OLE color: 15425328.

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

Color convert

RGB 48 95 235 -
CMYK 0.80 0.60 0 0.08
HSL 224.92º 0.82% 0.55% -
HSV(B) 224.92º 0.8% 0.92% -
XYZ 20.31 14.81 80.39 -
YUV 96.91 205.93 93.12 -
System Red Green Blue C M Y K H S L
Decimal 48 95 235 0.80 0.60 0 0.08 224.92 0.82 0.55
Hex 30 5F EB 50 3C 0 8 E1 52 37
Octal 60 137 353 120 74 0 10 341 122 67
Binary 110000 1011111 11101011 1010000 111100 0 1000 11100001 1010010 110111

Color Harmonies of #305FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FEB

Black with #305FEB

Text Example


Text Example

White with #305FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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