Html Css Color HEX #307DCF Curious Blue

📋 copy color: '#307DCF'

red 48 ◦ green 125 ◦ blue 207

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

Shades of Curious Blue #307DCF

Tints of Curious Blue #307DCF

RGB

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

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

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

R = 12.63%
G = 32.89%
B = 54.47%

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

#307DCF (or 0x307DCF) is known color: Curious Blue. HEX triplet: 30, 7D and CF. RGB value is (48,125,207). Sum of RGB (Red+Green+Blue) = 48+125+207=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #307DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DCF is #CF8230. Grayscale: #6E6E6E. Windows color (decimal): -13599281 or 13598000. OLE color: 13598000.

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

Color convert

RGB 48 125 207 -
CMYK 0.77 0.40 0 0.19
HSL 210.94º 0.62% 0.5% -
HSV(B) 210.94º 0.77% 0.81% -
XYZ 19.82 19.8 61.81 -
YUV 111.33 181.99 82.83 -
System Red Green Blue C M Y K H S L
Decimal 48 125 207 0.77 0.40 0 0.19 210.94 0.62 0.5
Hex 30 7D CF 4D 28 0 13 D3 3E 32
Octal 60 175 317 115 50 0 23 323 76 62
Binary 110000 1111101 11001111 1001101 101000 0 10011 11010011 111110 110010

Color Harmonies of #307DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DCF

Black with #307DCF

Text Example


Text Example

White with #307DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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