Html Css Color HEX #305CF2 Royal Blue

📋 copy color: '#305CF2'

red 48 ◦ green 92 ◦ blue 242

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

Shades of Royal Blue #305CF2

Tints of Royal Blue #305CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.08%

 BLUE value IS 242 (94.92% from 255) = 63.35%

R = 12.57%
G = 24.08%
B = 63.35%

CMYK

 C value IS 0.80

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#305CF2 (or 0x305CF2) is known color: Royal Blue. HEX triplet: 30, 5C and F2. RGB value is (48,92,242). Sum of RGB (Red+Green+Blue) = 48+92+242=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #305CF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #305CF2 is #CFA30D. Grayscale: #5F5F5F. Windows color (decimal): -13607694 or 15883312. OLE color: 15883312.

HSL color Cylindrical-coordinate representation of color #305CF2: hue angle of 226.39º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #305CF2 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 92 242 -
CMYK 0.80 0.62 0 0.05
HSL 226.39º 0.88% 0.57% -
HSV(B) 226.39º 0.8% 0.95% -
XYZ 21.07 14.69 85.73 -
YUV 95.94 210.42 93.8 -
System Red Green Blue C M Y K H S L
Decimal 48 92 242 0.80 0.62 0 0.05 226.39 0.88 0.57
Hex 30 5C F2 50 3E 0 5 E2 58 39
Octal 60 134 362 120 76 0 5 342 130 71
Binary 110000 1011100 11110010 1010000 111110 0 101 11100010 1011000 111001

Color Harmonies of #305CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CF2

Black with #305CF2

Text Example


Text Example

White with #305CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,242); }

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

background-color css

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

 a { background-color: rgb(48,92,242); }

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

border-color css

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

 span { border-color: rgb(48,92,242); }

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