Html Css Color HEX #307ECE Curious Blue

📋 copy color: '#307ECE'

red 48 ◦ green 126 ◦ blue 206

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

Shades of Curious Blue #307ECE

Tints of Curious Blue #307ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.16%

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 12.63%
G = 33.16%
B = 54.21%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#307ECE (or 0x307ECE) is known color: Curious Blue. HEX triplet: 30, 7E and CE. RGB value is (48,126,206). Sum of RGB (Red+Green+Blue) = 48+126+206=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #307ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ECE is #CF8131. Grayscale: #6F6F6F. Windows color (decimal): -13599026 or 13532720. OLE color: 13532720.

HSL color Cylindrical-coordinate representation of color #307ECE: hue angle of 210.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307ECE is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 126 206 -
CMYK 0.77 0.39 0 0.19
HSL 210.38º 0.62% 0.5% -
HSV(B) 210.38º 0.77% 0.81% -
XYZ 19.82 20.01 61.21 -
YUV 111.8 181.16 82.5 -
System Red Green Blue C M Y K H S L
Decimal 48 126 206 0.77 0.39 0 0.19 210.38 0.62 0.5
Hex 30 7E CE 4D 27 0 13 D2 3E 32
Octal 60 176 316 115 47 0 23 322 76 62
Binary 110000 1111110 11001110 1001101 100111 0 10011 11010010 111110 110010

Color Harmonies of #307ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307ECE

Black with #307ECE

Text Example


Text Example

White with #307ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,126,206); }

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

background-color css

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

 a { background-color: rgb(48,126,206); }

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

border-color css

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

 span { border-color: rgb(48,126,206); }

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