Html Css Color HEX #307BE2 Royal Blue

📋 copy color: '#307BE2'

red 48 ◦ green 123 ◦ blue 226

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

Shades of Royal Blue #307BE2

Tints of Royal Blue #307BE2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

 BLUE value IS 226 (88.67% from 255) = 56.93%

R = 12.09%
G = 30.98%
B = 56.93%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#307BE2 (or 0x307BE2) is known color: Royal Blue. HEX triplet: 30, 7B and E2. RGB value is (48,123,226). Sum of RGB (Red+Green+Blue) = 48+123+226=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #307BE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BE2 is #CF841D. Grayscale: #6F6F6F. Windows color (decimal): -13599774 or 14842672. OLE color: 14842672.

HSL color Cylindrical-coordinate representation of color #307BE2: hue angle of 214.72º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307BE2 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 123 226 -
CMYK 0.79 0.46 0 0.11
HSL 214.72º 0.75% 0.54% -
HSV(B) 214.72º 0.79% 0.89% -
XYZ 22.03 20.29 74.71 -
YUV 112.32 192.15 82.12 -
System Red Green Blue C M Y K H S L
Decimal 48 123 226 0.79 0.46 0 0.11 214.72 0.75 0.54
Hex 30 7B E2 4F 2E 0 B D7 4B 36
Octal 60 173 342 117 56 0 13 327 113 66
Binary 110000 1111011 11100010 1001111 101110 0 1011 11010111 1001011 110110

Color Harmonies of #307BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BE2

Black with #307BE2

Text Example


Text Example

White with #307BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BE2; }

 p { color: rgb(48,123,226); }

 H1.HeaderClassName
 {
   color: #307BE2;
 }
 .AnyTagClassName
 {
   color: #307BE2;
 }
</style>

background-color css

<style>
 a { background-color: #307BE2; }

 a { background-color: rgb(48,123,226); }

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

border-color css

<style>
 span { border-color: #307BE2; }

 span { border-color: rgb(48,123,226); }

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