Html Css Color HEX #305ADF Royal Blue

📋 copy color: '#305ADF'

red 48 ◦ green 90 ◦ blue 223

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

Shades of Royal Blue #305ADF

Tints of Royal Blue #305ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.77%

R = 13.3%
G = 24.93%
B = 61.77%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#305ADF (or 0x305ADF) is known color: Royal Blue. HEX triplet: 30, 5A and DF. RGB value is (48,90,223). Sum of RGB (Red+Green+Blue) = 48+90+223=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #305ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ADF is #CFA520. Grayscale: #5C5C5C. Windows color (decimal): -13608225 or 14637616. OLE color: 14637616.

HSL color Cylindrical-coordinate representation of color #305ADF: hue angle of 225.6º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #305ADF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 90 223 -
CMYK 0.78 0.60 0 0.13
HSL 225.6º 0.73% 0.53% -
HSV(B) 225.6º 0.78% 0.87% -
XYZ 18.19 13.27 71.41 -
YUV 92.6 201.59 96.19 -
System Red Green Blue C M Y K H S L
Decimal 48 90 223 0.78 0.60 0 0.13 225.6 0.73 0.53
Hex 30 5A DF 4E 3C 0 D E2 49 35
Octal 60 132 337 116 74 0 15 342 111 65
Binary 110000 1011010 11011111 1001110 111100 0 1101 11100010 1001001 110101

Color Harmonies of #305ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ADF

Black with #305ADF

Text Example


Text Example

White with #305ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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