Html Css Color HEX #305AEE Royal Blue

📋 copy color: '#305AEE'

red 48 ◦ green 90 ◦ blue 238

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

Shades of Royal Blue #305AEE

Tints of Royal Blue #305AEE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

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

R = 12.77%
G = 23.94%
B = 63.3%

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

#305AEE (or 0x305AEE) is known color: Royal Blue. HEX triplet: 30, 5A and EE. RGB value is (48,90,238). Sum of RGB (Red+Green+Blue) = 48+90+238=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #305AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305AEE is #CFA511. Grayscale: #5D5D5D. Windows color (decimal): -13608210 or 15620656. OLE color: 15620656.

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

Color convert

RGB 48 90 238 -
CMYK 0.80 0.62 0 0.07
HSL 226.74º 0.85% 0.56% -
HSV(B) 226.74º 0.8% 0.93% -
XYZ 20.31 14.11 82.54 -
YUV 94.31 209.09 94.97 -
System Red Green Blue C M Y K H S L
Decimal 48 90 238 0.80 0.62 0 0.07 226.74 0.85 0.56
Hex 30 5A EE 50 3E 0 7 E3 55 38
Octal 60 132 356 120 76 0 7 343 125 70
Binary 110000 1011010 11101110 1010000 111110 0 111 11100011 1010101 111000

Color Harmonies of #305AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AEE

Black with #305AEE

Text Example


Text Example

White with #305AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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