Html Css Color HEX #307CED Royal Blue

📋 copy color: '#307CED'

red 48 ◦ green 124 ◦ blue 237

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

Shades of Royal Blue #307CED

Tints of Royal Blue #307CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.32%

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

R = 11.74%
G = 30.32%
B = 57.95%

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

#307CED (or 0x307CED) is known color: Royal Blue. HEX triplet: 30, 7C and ED. RGB value is (48,124,237). Sum of RGB (Red+Green+Blue) = 48+124+237=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #307CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CED is #CF8312. Grayscale: #717171. Windows color (decimal): -13599507 or 15563824. OLE color: 15563824.

HSL color Cylindrical-coordinate representation of color #307CED: hue angle of 215.87º 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 #307CED is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 124 237 -
CMYK 0.80 0.48 0 0.07
HSL 215.87º 0.84% 0.56% -
HSV(B) 215.87º 0.8% 0.93% -
XYZ 23.71 21.16 82.95 -
YUV 114.16 197.32 80.81 -
System Red Green Blue C M Y K H S L
Decimal 48 124 237 0.80 0.48 0 0.07 215.87 0.84 0.56
Hex 30 7C ED 50 30 0 7 D8 54 38
Octal 60 174 355 120 60 0 7 330 124 70
Binary 110000 1111100 11101101 1010000 110000 0 111 11011000 1010100 111000

Color Harmonies of #307CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CED

Black with #307CED

Text Example


Text Example

White with #307CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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