Html Css Color HEX #307CCF Curious Blue

📋 copy color: '#307CCF'

red 48 ◦ green 124 ◦ blue 207

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

Shades of Curious Blue #307CCF

Tints of Curious Blue #307CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.62%

R = 12.66%
G = 32.72%
B = 54.62%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#307CCF (or 0x307CCF) is known color: Curious Blue. HEX triplet: 30, 7C and CF. RGB value is (48,124,207). Sum of RGB (Red+Green+Blue) = 48+124+207=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #307CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CCF is #CF8330. Grayscale: #6E6E6E. Windows color (decimal): -13599537 or 13597744. OLE color: 13597744.

HSL color Cylindrical-coordinate representation of color #307CCF: hue angle of 211.32º 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 #307CCF is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 124 207 -
CMYK 0.77 0.40 0 0.19
HSL 211.32º 0.62% 0.5% -
HSV(B) 211.32º 0.77% 0.81% -
XYZ 19.69 19.55 61.77 -
YUV 110.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 48 124 207 0.77 0.40 0 0.19 211.32 0.62 0.5
Hex 30 7C CF 4D 28 0 13 D3 3E 32
Octal 60 174 317 115 50 0 23 323 76 62
Binary 110000 1111100 11001111 1001101 101000 0 10011 11010011 111110 110010

Color Harmonies of #307CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307CCF

Black with #307CCF

Text Example


Text Example

White with #307CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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