Html Css Color HEX #307BDE Royal Blue

📋 copy color: '#307BDE'

red 48 ◦ green 123 ◦ blue 222

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

Shades of Royal Blue #307BDE

Tints of Royal Blue #307BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.49%

R = 12.21%
G = 31.3%
B = 56.49%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#307BDE (or 0x307BDE) is known color: Royal Blue. HEX triplet: 30, 7B and DE. RGB value is (48,123,222). Sum of RGB (Red+Green+Blue) = 48+123+222=393 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.21% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #307BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BDE is #CF8421. Grayscale: #6F6F6F. Windows color (decimal): -13599778 or 14580528. OLE color: 14580528.

HSL color Cylindrical-coordinate representation of color #307BDE: hue angle of 214.14º 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 #307BDE is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 123 222 -
CMYK 0.78 0.45 0 0.13
HSL 214.14º 0.73% 0.53% -
HSV(B) 214.14º 0.78% 0.87% -
XYZ 21.49 20.07 71.85 -
YUV 111.86 190.15 82.45 -
System Red Green Blue C M Y K H S L
Decimal 48 123 222 0.78 0.45 0 0.13 214.14 0.73 0.53
Hex 30 7B DE 4E 2D 0 D D6 48 35
Octal 60 173 336 116 55 0 15 326 110 65
Binary 110000 1111011 11011110 1001110 101101 0 1101 11010110 1001000 110101

Color Harmonies of #307BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BDE

Black with #307BDE

Text Example


Text Example

White with #307BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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