Html Css Color HEX #307BED Royal Blue

📋 copy color: '#307BED'

red 48 ◦ green 123 ◦ blue 237

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

Shades of Royal Blue #307BED

Tints of Royal Blue #307BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 58.09%

R = 11.76%
G = 30.15%
B = 58.09%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#307BED (or 0x307BED) is known color: Royal Blue. HEX triplet: 30, 7B and ED. RGB value is (48,123,237). Sum of RGB (Red+Green+Blue) = 48+123+237=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #307BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307BED is #CF8412. Grayscale: #717171. Windows color (decimal): -13599763 or 15563568. OLE color: 15563568.

HSL color Cylindrical-coordinate representation of color #307BED: hue angle of 216.19º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #307BED is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 123 237 -
CMYK 0.80 0.48 0 0.07
HSL 216.19º 0.84% 0.56% -
HSV(B) 216.19º 0.8% 0.93% -
XYZ 23.59 20.91 82.91 -
YUV 113.57 197.65 81.23 -
System Red Green Blue C M Y K H S L
Decimal 48 123 237 0.80 0.48 0 0.07 216.19 0.84 0.56
Hex 30 7B ED 50 30 0 7 D8 54 38
Octal 60 173 355 120 60 0 7 330 124 70
Binary 110000 1111011 11101101 1010000 110000 0 111 11011000 1010100 111000

Color Harmonies of #307BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BED

Black with #307BED

Text Example


Text Example

White with #307BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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