Html Css Color HEX #307DEE Royal Blue

📋 copy color: '#307DEE'

red 48 ◦ green 125 ◦ blue 238

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

Shades of Royal Blue #307DEE

Tints of Royal Blue #307DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

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

R = 11.68%
G = 30.41%
B = 57.91%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#307DEE (or 0x307DEE) is known color: Royal Blue. HEX triplet: 30, 7D and EE. RGB value is (48,125,238). Sum of RGB (Red+Green+Blue) = 48+125+238=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #307DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #307DEE is #CF8211. Grayscale: #727272. Windows color (decimal): -13599250 or 15629616. OLE color: 15629616.

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

Color convert

RGB 48 125 238 -
CMYK 0.80 0.47 0 0.07
HSL 215.68º 0.85% 0.56% -
HSV(B) 215.68º 0.8% 0.93% -
XYZ 23.99 21.47 83.77 -
YUV 114.86 197.49 80.31 -
System Red Green Blue C M Y K H S L
Decimal 48 125 238 0.80 0.47 0 0.07 215.68 0.85 0.56
Hex 30 7D EE 50 2F 0 7 D8 55 38
Octal 60 175 356 120 57 0 7 330 125 70
Binary 110000 1111101 11101110 1010000 101111 0 111 11011000 1010101 111000

Color Harmonies of #307DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DEE

Black with #307DEE

Text Example


Text Example

White with #307DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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