Html Css Color HEX #307CEE Royal Blue

📋 copy color: '#307CEE'

red 48 ◦ green 124 ◦ blue 238

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

Shades of Royal Blue #307CEE

Tints of Royal Blue #307CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.05%

R = 11.71%
G = 30.24%
B = 58.05%

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

#307CEE (or 0x307CEE) is known color: Royal Blue. HEX triplet: 30, 7C and EE. RGB value is (48,124,238). Sum of RGB (Red+Green+Blue) = 48+124+238=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #307CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307CEE is #CF8311. Grayscale: #717171. Windows color (decimal): -13599506 or 15629360. OLE color: 15629360.

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

Color convert

RGB 48 124 238 -
CMYK 0.80 0.48 0 0.07
HSL 216º 0.85% 0.56% -
HSV(B) 216º 0.8% 0.93% -
XYZ 23.86 21.22 83.73 -
YUV 114.27 197.82 80.73 -
System Red Green Blue C M Y K H S L
Decimal 48 124 238 0.80 0.48 0 0.07 216 0.85 0.56
Hex 30 7C EE 50 30 0 7 D8 55 38
Octal 60 174 356 120 60 0 7 330 125 70
Binary 110000 1111100 11101110 1010000 110000 0 111 11011000 1010101 111000

Color Harmonies of #307CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CEE

Black with #307CEE

Text Example


Text Example

White with #307CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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