Html Css Color HEX #305BEE Royal Blue

📋 copy color: '#305BEE'

red 48 ◦ green 91 ◦ blue 238

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

Shades of Royal Blue #305BEE

Tints of Royal Blue #305BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 12.73%
G = 24.14%
B = 63.13%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#305BEE (or 0x305BEE) is known color: Royal Blue. HEX triplet: 30, 5B and EE. RGB value is (48,91,238). Sum of RGB (Red+Green+Blue) = 48+91+238=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #305BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305BEE is #CFA411. Grayscale: #5E5E5E. Windows color (decimal): -13607954 or 15620912. OLE color: 15620912.

HSL color Cylindrical-coordinate representation of color #305BEE: hue angle of 226.42º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305BEE is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 91 238 -
CMYK 0.80 0.62 0 0.07
HSL 226.42º 0.85% 0.56% -
HSV(B) 226.42º 0.8% 0.93% -
XYZ 20.39 14.28 82.57 -
YUV 94.9 208.75 94.55 -
System Red Green Blue C M Y K H S L
Decimal 48 91 238 0.80 0.62 0 0.07 226.42 0.85 0.56
Hex 30 5B EE 50 3E 0 7 E2 55 38
Octal 60 133 356 120 76 0 7 342 125 70
Binary 110000 1011011 11101110 1010000 111110 0 111 11100010 1010101 111000

Color Harmonies of #305BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305BEE

Black with #305BEE

Text Example


Text Example

White with #305BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,91,238); }

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

background-color css

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

 a { background-color: rgb(48,91,238); }

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

border-color css

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

 span { border-color: rgb(48,91,238); }

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