Html Css Color HEX #305AEF Royal Blue

📋 copy color: '#305AEF'

red 48 ◦ green 90 ◦ blue 239

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

Shades of Royal Blue #305AEF

Tints of Royal Blue #305AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.4%

R = 12.73%
G = 23.87%
B = 63.4%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#305AEF (or 0x305AEF) is known color: Royal Blue. HEX triplet: 30, 5A and EF. RGB value is (48,90,239). Sum of RGB (Red+Green+Blue) = 48+90+239=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #305AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305AEF is #CFA510. Grayscale: #5D5D5D. Windows color (decimal): -13608209 or 15686192. OLE color: 15686192.

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

Color convert

RGB 48 90 239 -
CMYK 0.80 0.62 0 0.06
HSL 226.81º 0.86% 0.56% -
HSV(B) 226.81º 0.8% 0.94% -
XYZ 20.46 14.17 83.32 -
YUV 94.43 209.59 94.88 -
System Red Green Blue C M Y K H S L
Decimal 48 90 239 0.80 0.62 0 0.06 226.81 0.86 0.56
Hex 30 5A EF 50 3E 0 6 E3 56 38
Octal 60 132 357 120 76 0 6 343 126 70
Binary 110000 1011010 11101111 1010000 111110 0 110 11100011 1010110 111000

Color Harmonies of #305AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AEF

Black with #305AEF

Text Example


Text Example

White with #305AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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