Html Css Color HEX #305FD4 Royal Blue

📋 copy color: '#305FD4'

red 48 ◦ green 95 ◦ blue 212

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

Shades of Royal Blue #305FD4

Tints of Royal Blue #305FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 59.72%

R = 13.52%
G = 26.76%
B = 59.72%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#305FD4 (or 0x305FD4) is known color: Royal Blue. HEX triplet: 30, 5F and D4. RGB value is (48,95,212). Sum of RGB (Red+Green+Blue) = 48+95+212=355 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.52% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 212 (83.20% from 255 or 59.72% from 355); Max value from RGB is 212 - color contains mainly: blue. Hex color #305FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305FD4 is #CFA02B. Grayscale: #5D5D5D. Windows color (decimal): -13606956 or 13918000. OLE color: 13918000.

HSL color Cylindrical-coordinate representation of color #305FD4: hue angle of 222.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #305FD4 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 95 212 -
CMYK 0.77 0.55 0 0.17
HSL 222.8º 0.66% 0.51% -
HSV(B) 222.8º 0.77% 0.83% -
XYZ 17.19 13.57 64 -
YUV 94.29 194.43 94.99 -
System Red Green Blue C M Y K H S L
Decimal 48 95 212 0.77 0.55 0 0.17 222.8 0.66 0.51
Hex 30 5F D4 4D 37 0 11 DF 42 33
Octal 60 137 324 115 67 0 21 337 102 63
Binary 110000 1011111 11010100 1001101 110111 0 10001 11011111 1000010 110011

Color Harmonies of #305FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305FD4

Black with #305FD4

Text Example


Text Example

White with #305FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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